Skip to content

Commit

Permalink
build: upgrade rust toolchain to latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash committed Dec 16, 2024
1 parent 47aafdb commit 6d4f982
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "20"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "nightly-2023-12-08"
"version": "nightly-2024-12-15"
},
"ghcr.io/rchaganti/vsc-devcontainer-features/wabt:1": {},
"ghcr.io/lee-orr/rusty-dev-containers/wasm32-unknown-unknown:0": {}
Expand Down
Binary file modified lo.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-12-08"
channel = "nightly-2024-12-15"
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 6d4f982

Please sign in to comment.