mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-21 15:12:33 -04:00
3b754f10b1
* Bump to rust 1.78 * Fix lints
7 lines
267 B
TOML
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"]
|