Files
SpacetimeDB/rust-toolchain.toml
T
NoaandGitHub b4f75d272f Bump Rust to 1.76.0 (#811)
* Bump Rust to 1.76.0

* Fix new clippy lints

* Use rust-toolchain in smoketests
2024-02-09 19:40:03 +00:00

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"]