Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Jan 15, 2025
1 parent 366137e commit 3bf54d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-vm/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ move-core-types = { workspace = true }
move-stdlib = { path = "../../move-stdlib" }
move-vm-runtime = { workspace = true, features = ["testing"] }
move-vm-test-utils = { workspace = true }
move-vm-types = { workspace = true }
move-vm-types = { workspace = true, features = ["testing"] }
smallvec = { workspace = true }
tempfile = { workspace = true }

Expand Down

0 comments on commit 3bf54d5

Please sign in to comment.