Skip to content

Commit

Permalink
update move repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 18, 2023
1 parent 8bda125 commit ddb4eb8
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,31 +333,31 @@ log4rs = { version = "1.2.0", features = ["background_rotation", "gzip"] }
lru = "0.7.8"
merkletree = { version = "0.22.1" }
mirai-annotations = "1.10.1"
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-cli = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-ir-compiler = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-resource-viewer = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd", features = ["table-extension"] }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd", features = ["table-extension"] }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-cli = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-ir-compiler = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-resource-viewer = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49", features = ["table-extension"] }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49", features = ["table-extension"] }

names = { version = "0.14.0", default-features = false }
network-api = { path = "network/api", package = "network-api" }
Expand Down Expand Up @@ -522,7 +522,7 @@ unsigned-varint = { version = "0.6.0", features = [
"futures",
"asynchronous_codec",
] }
vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "c68f6ec4336b5a26d5a5dbde15bc4672f452b4fd", features = [
vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "127584f4cb1e2b4cd650f1e6c317250f5fccca49", features = [
"fuzzing",
] }
vm-status-translator = { path = "vm/vm-status-translator" }
Expand Down

0 comments on commit ddb4eb8

Please sign in to comment.