Skip to content

Commit

Permalink
Merge branch 'master' into fix/value-unused
Browse files Browse the repository at this point in the history
  • Loading branch information
monoid authored Jul 22, 2024
2 parents d29970e + b684ca0 commit 9aa4e3e
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 9aa4e3e

Please sign in to comment.