mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-08-04 16:24:48 -04:00
* Bump Rust to 1.76.0 * Fix new clippy lints * Use rust-toolchain in smoketests
6 lines
162 B
TOML
6 lines
162 B
TOML
[toolchain]
|
|
# change crates/standalone/Dockerfile and rust-version in Cargo.toml too!
|
|
channel = "1.76.0"
|
|
profile = "default"
|
|
targets = ["wasm32-unknown-unknown"]
|