diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 680845de..38e3bdd3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-10-30" -components = [ "rustfmt" ] -targets = [ "wasm32-unknown-unknown" ] -profile = "minimal" \ No newline at end of file +channel = "nightly-2023-11-15" +components = ["rustfmt"] +targets = ["wasm32-unknown-unknown"] +profile = "minimal"