mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 11:48:28 -04:00
619b8ce021
# Description of Changes Necessary for pulling in rolldown. # API and ABI breaking changes None # Expected complexity level and risk 1, with the caveat that this updates the Rust version and therefore touches all the code. # Testing - [ ] Just the automated testing
8 lines
283 B
TOML
8 lines
283 B
TOML
[toolchain]
|
|
# change crates/{standalone,bench}/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.90.0"
|
|
profile = "default"
|
|
targets = ["wasm32-unknown-unknown"]
|