Files
SpacetimeDB/rust-toolchain.toml
T
Noa d3f59480e2 Bump Rust to 1.93.0 (#4180)
# Description of Changes

Required in order to bump rolldown to its latest version, which I'm
planning to do afterwards. I also figure we may as well do this before
releasing a major version.

# Expected complexity level and risk

2

# Testing

n/a
2026-02-06 19:51:53 +00:00

9 lines
329 B
TOML

[toolchain]
# change crates/{standalone,bench}/Dockerfile, .github/Dockerfile, and the docker image tag in
# .github/workflows/benchmarks.yml:jobs/callgrind_benchmark/container/image
# maybe also the rust-version in Cargo.toml
channel = "1.93.0"
profile = "default"
targets = ["wasm32-unknown-unknown"]
components = ["rust-src"]