Skip to content

Commit

Permalink
chore: Rust channel update dedicated to panamerican Engineer's Day (#847
Browse files Browse the repository at this point in the history
)

* chore: Rust channel update dedicated to panamerican Engineer's Day

It fixes compilation issues with serde.

* chore(deps): update time to [email protected]
  • Loading branch information
monoid authored Jul 22, 2024
1 parent 50b23c6 commit b684ca0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2024-02-15"
channel = "nightly-2024-07-21"
components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit b684ca0

Please sign in to comment.