Skip to content

Commit

Permalink
Update dependencies in Cargo.toml and adjust comments in rust-toolcha…
Browse files Browse the repository at this point in the history
…in.toml
  • Loading branch information
jamesatomc committed Jan 14, 2025
1 parent 79a4158 commit d3d657c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tokio = { version = "1", features = ["full"] }
rand = "0.8.5"
bip39 = { version = "2.0.0", features = ["rand"] }
chrono = "0.4.38"
dirs = "5.0.1"
dirs = "6.0.0"
walkdir = "2.3.2"
difference = "2.0.0"
tempfile = "3.3.0"
Expand Down Expand Up @@ -197,7 +197,7 @@ storage = { path = "moveos/storage" }

framework = { path = "framework" }

#Move Path List
#Move SUI Path List
bytecode-interpreter-crypto = { path = "external-crates/move/crates/bytecode-interpreter-crypto" }
enum-compat-util = { path = "external-crates/move/crates/enum-compat-util"}
invalid-mutations = { path = "external-crates/move/crates/invalid-mutations" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "nightly"

0 comments on commit d3d657c

Please sign in to comment.