build(toolchain): update rust-toolchain.toml to use Rust 1.82.0 instead of 1.83.0

This commit is contained in:
ryan 2025-01-23 00:02:48 +03:00
parent 291cb05847
commit e46b693e56

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.83.0"
channel = "1.82.0"
targets = [ "wasm32-unknown-unknown" ]