Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Aug 5, 2023
1 parent 6f22cad commit bcdf490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = ["Liam Monninger <liam@movementlabs.xyz>"]
homepage = "https://www.movementlabs.xyz"
publish = false
repository = "https://github.com/movemntdev/m2"
rust-version = "1.68" # not accurate
rust-version = "1.69"

[workspace.dependencies]
anyhow = "1.0.62"
Expand Down Expand Up @@ -245,4 +245,4 @@ aptos-vm-genesis = { path = "../aptos-pre-core/aptos-move/vm-genesis" }
aptos-vm-types = { path = "../aptos-pre-core/aptos-move/aptos-vm-types" }
aptos-vm-validator = { path = "../aptos-pre-core/vm-validator" }
aptos-warp-webserver = { path = "../aptos-pre-core/crates/aptos-warp-webserver" }
aptos-writeset-generator = { path = "../aptos-pre-core/aptos-move/writeset-transaction-generator" }
aptos-writeset-generator = { path = "../aptos-pre-core/aptos-move/writeset-transaction-generator" }

0 comments on commit bcdf490

Please sign in to comment.