mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
d3f59480e2
# 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
9 lines
329 B
TOML
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"]
|