Skip to content

Commit

Permalink
Fix starcoin framework unittest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Apr 17, 2023
1 parent 681232c commit ffd5759
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "f
move-resource-viewer = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155", features = ["table-extension"] }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "ff59f98c88827b75ddd8ac59cd5163b26aa57155", features = ["table-extension"] }

names = { version = "0.14.0", default-features = false }
network-api = { path = "network/api", package = "network-api" }
Expand Down Expand Up @@ -431,7 +431,7 @@ starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev
starcoin-decrypt = { path = "commons/decrypt" }
starcoin-dev = { path = "vm/dev" }
starcoin-executor = { path = "executor" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "765cf8c187c123dd78ff3cc270eecb4fef658a26" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "3d91be39d6fc9ccffff8536a08e01e642f862577" }
starcoin-genesis = { path = "genesis" }
starcoin-logger = { path = "commons/logger" }
starcoin-metrics = { path = "commons/metrics" }
Expand Down

0 comments on commit ffd5759

Please sign in to comment.