Files
SpacetimeDB/rust-toolchain.toml
T
Noa 3b754f10b1 Bump to Rust 1.78 (#1205)
* Bump to rust 1.78

* Fix lints
2024-05-08 14:20:12 +00:00

7 lines
267 B
TOML

[toolchain]
# change crates/standalone/Dockerfile and rust-version in Cargo.toml too!
# also the docker image tag in .github/workflows/benchmarks.yml:jobs/callgrind_benchmark/container/image
channel = "1.78.0"
profile = "default"
targets = ["wasm32-unknown-unknown"]