From 762c4c4a30feaba89898b6d42f529da6148fabf3 Mon Sep 17 00:00:00 2001 From: jolestar Date: Sat, 7 May 2022 10:09:03 +0800 Subject: [PATCH] [move] Update move dependency for Windows support --- Cargo.lock | 82 +++++++++---------- abi/decoder/Cargo.toml | 2 +- abi/resolver/Cargo.toml | 2 +- cmd/starcoin/Cargo.toml | 4 +- commons/proptest-helpers/Cargo.toml | 2 +- devtools/x/Cargo.toml | 6 +- vm/compiler/Cargo.toml | 6 +- vm/move-coverage/Cargo.toml | 8 +- vm/move-explain/Cargo.toml | 2 +- vm/move-package-manager/Cargo.toml | 24 +++--- vm/move-prover/Cargo.toml | 6 +- vm/natives/Cargo.toml | 18 ++-- vm/resource-viewer/Cargo.toml | 4 +- .../Cargo.toml | 12 +-- vm/stdlib/Cargo.toml | 6 +- vm/transaction-builder-generator/Cargo.toml | 2 +- vm/types/Cargo.toml | 12 +-- vm/vm-runtime/Cargo.toml | 6 +- 18 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa81e771c7..98e21823f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytecode-interpreter-crypto" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "curve25519-dalek-fiat", @@ -4904,7 +4904,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "mirai-annotations", @@ -4936,7 +4936,7 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "mirai-annotations", ] @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -4959,7 +4959,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-binary-format", @@ -4971,7 +4971,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "mirai-annotations", @@ -4984,7 +4984,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "clap 3.1.12", @@ -5001,7 +5001,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "difference", @@ -5055,7 +5055,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5083,7 +5083,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.3" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5103,7 +5103,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "clap 3.1.12", @@ -5158,7 +5158,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "codespan 0.11.1", @@ -5176,7 +5176,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5190,7 +5190,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5209,7 +5209,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "codespan-reporting", @@ -5228,7 +5228,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "hex", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "hex", @@ -5255,7 +5255,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "codespan 0.11.1", @@ -5281,7 +5281,7 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5358,7 +5358,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "async-trait", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "async-trait", @@ -5423,7 +5423,7 @@ dependencies = [ [[package]] name = "move-prover-test-utils" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-command-line-common", @@ -5434,7 +5434,7 @@ dependencies = [ [[package]] name = "move-read-write-set-types" version = "0.0.3" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-binary-format", @@ -5445,7 +5445,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bcs", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "codespan 0.11.1", "codespan-reporting", @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode-interpreter" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "bytecode-interpreter-crypto", @@ -5504,7 +5504,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "log 0.4.16", "move-binary-format", @@ -5525,7 +5525,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "once_cell", "serde 1.0.136", @@ -5534,7 +5534,7 @@ dependencies = [ [[package]] name = "move-transactional-test-runner" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "clap 3.1.12", @@ -5565,7 +5565,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "clap 3.1.12", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "fail", "mirai-annotations", @@ -5606,7 +5606,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-binary-format", @@ -5617,7 +5617,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "bcs", "mirai-annotations", @@ -7535,7 +7535,7 @@ dependencies = [ [[package]] name = "read-write-set" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-binary-format", @@ -7550,7 +7550,7 @@ dependencies = [ [[package]] name = "read-write-set-dynamic" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "move-binary-format", @@ -12520,7 +12520,7 @@ dependencies = [ [[package]] name = "x" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "anyhow", "camino", @@ -12550,7 +12550,7 @@ dependencies = [ [[package]] name = "x-core" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "camino", "debug-ignore", @@ -12568,7 +12568,7 @@ dependencies = [ [[package]] name = "x-lint" version = "0.1.0" -source = "git+https://github.com/starcoinorg/move?rev=8d559a83d5372d633fc7d85e8ae29c80d9d45dc1#8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" +source = "git+https://github.com/starcoinorg/move?rev=c524c6f96ca90365c177be8f1f15982ee4a9410b#c524c6f96ca90365c177be8f1f15982ee4a9410b" dependencies = [ "camino", "guppy 0.12.6", diff --git a/abi/decoder/Cargo.toml b/abi/decoder/Cargo.toml index 2cc6016ac6..dc3ce77136 100644 --- a/abi/decoder/Cargo.toml +++ b/abi/decoder/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.130", features = ["derive", "rc"] } serde_bytes = "0.11" anyhow = "1.0.41" hex = "0.4.3" -move-binary-format = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-binary-format = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } starcoin-resource-viewer = {path = "../../vm/resource-viewer"} starcoin-vm-types = { path = "../../vm/types" } starcoin-abi-types = {path = "../types"} diff --git a/abi/resolver/Cargo.toml b/abi/resolver/Cargo.toml index 28990bb6fe..4aae326e69 100644 --- a/abi/resolver/Cargo.toml +++ b/abi/resolver/Cargo.toml @@ -11,7 +11,7 @@ starcoin-vm-types = {path = "../../vm/types"} starcoin-abi-types = {path = "../types"} anyhow="~1" starcoin-resource-viewer = {path = "../../vm/resource-viewer"} -move-model = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-model = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } [dev-dependencies] stdlib = {path = "../../vm/stdlib"} serde_json = "1" diff --git a/cmd/starcoin/Cargo.toml b/cmd/starcoin/Cargo.toml index 957f82c931..38c56bcd7f 100644 --- a/cmd/starcoin/Cargo.toml +++ b/cmd/starcoin/Cargo.toml @@ -48,13 +48,13 @@ starcoin-resource-viewer = { path = "../../vm/resource-viewer" } starcoin-service-registry = { path = "../../commons/service-registry" } starcoin-move-explain = { path = "../../vm/move-explain" } vm-status-translator = {path = "../../vm/vm-status-translator"} -move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } network-api = {path = "../../network/api", package="network-api"} starcoin-network-rpc-api = {path = "../../network-rpc/api"} starcoin-abi-decoder = {path = "../../abi/decoder"} starcoin-abi-resolver = {path = "../../abi/resolver"} starcoin-abi-types = {path = "../../abi/types"} -move-command-line-common = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-command-line-common = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } [dev-dependencies] test-helper= {path = "../../test-helper"} diff --git a/commons/proptest-helpers/Cargo.toml b/commons/proptest-helpers/Cargo.toml index fd63e38e81..cb8a93b9b7 100644 --- a/commons/proptest-helpers/Cargo.toml +++ b/commons/proptest-helpers/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] crossbeam = "0.7.3" -diem-proptest-helpers = { package="diem-proptest-helpers", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +diem-proptest-helpers = { package="diem-proptest-helpers", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } proptest = "1.0.0" proptest-derive = "0.3.0" diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index f06dfd3bfa..1c623ba68e 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -24,6 +24,6 @@ regex = "1.5.4" rayon = "1.5.1" indexmap = "1.6.2" camino = { version = "1" } -x-core = { package="x-core", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -x-lint = { package="x-lint", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -x = { package="x", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +x-core = { package="x-core", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +x-lint = { package="x-lint", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +x = { package="x", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } diff --git a/vm/compiler/Cargo.toml b/vm/compiler/Cargo.toml index 8b306cf0cd..9dbacbbc81 100644 --- a/vm/compiler/Cargo.toml +++ b/vm/compiler/Cargo.toml @@ -11,9 +11,9 @@ anyhow = "1.0.41" once_cell = "1.10.0" tempfile = "3.1.0" regex = { version = "1.5.4", default-features = false, features = ["std", "perf"] } -move-compiler = { package="move-compiler", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1"} -move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-compiler = { package="move-compiler", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b"} +move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } petgraph = "0.5.1" walkdir = "2.3" rayon = "1.5.1" diff --git a/vm/move-coverage/Cargo.toml b/vm/move-coverage/Cargo.toml index 48509d3932..e34c3157f7 100644 --- a/vm/move-coverage/Cargo.toml +++ b/vm/move-coverage/Cargo.toml @@ -16,10 +16,10 @@ codespan = { version = "0.8.0", features = ["serialization"] } colored = "2.0.0" bcs = "0.1.2" -move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-coverage = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-coverage = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } [features] default = [] diff --git a/vm/move-explain/Cargo.toml b/vm/move-explain/Cargo.toml index d958c7b7b3..e744eb008e 100644 --- a/vm/move-explain/Cargo.toml +++ b/vm/move-explain/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] clap = { version = "3", features = ["derive"] } stdlib = { package="stdlib", path = "../stdlib"} -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" } [features] diff --git a/vm/move-package-manager/Cargo.toml b/vm/move-package-manager/Cargo.toml index 341939ae9a..6de1534ca4 100644 --- a/vm/move-package-manager/Cargo.toml +++ b/vm/move-package-manager/Cargo.toml @@ -25,19 +25,19 @@ futures = "0.3" tokio = {version = "^1", features = ["full"]} tempfile = "~3" -move-cli = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-package = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-coverage = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1"} -move-compiler = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-cli = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-package = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-coverage = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b"} +move-compiler = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } resource-viewer = { path = "../resource-viewer", package = "starcoin-resource-viewer" } -move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } datatest-stable = {git = "https://github.com/starcoinorg/diem-devtools", branch="feature/pub-test-opts"} starcoin-vm-types = {path = "../../vm/types"} starcoin-logger = {path = "../../commons/logger"} diff --git a/vm/move-prover/Cargo.toml b/vm/move-prover/Cargo.toml index 25237268ac..31b67fb6df 100644 --- a/vm/move-prover/Cargo.toml +++ b/vm/move-prover/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] ## move dependencies -move-prover = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-prover = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } # external dependencies tempfile = "3.2.0" @@ -18,8 +18,8 @@ anyhow = "1.0.41" [dev-dependencies] datatest-stable = "0.1.1" -move-prover-test-utils = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common= {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-prover-test-utils = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common= {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } shell-words = "1.0.0" walkdir = "2.3" once_cell = "1.10.0" diff --git a/vm/natives/Cargo.toml b/vm/natives/Cargo.toml index 35cef6d481..902df2842f 100644 --- a/vm/natives/Cargo.toml +++ b/vm/natives/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-docgen = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-prover = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-docgen = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-prover = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"} log = "0.4.14" walkdir = "2.3.1" diff --git a/vm/resource-viewer/Cargo.toml b/vm/resource-viewer/Cargo.toml index f5e2e4d265..bec79960fc 100644 --- a/vm/resource-viewer/Cargo.toml +++ b/vm/resource-viewer/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] starcoin-vm-types = { path = "../types" } -move-binary-format = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-core-types = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-binary-format = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-core-types = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } serde_json = "1.0" serde = { version = "1.0.130", features = ["derive", "rc"] } anyhow = "1.0.41" diff --git a/vm/starcoin-transactional-test-harness/Cargo.toml b/vm/starcoin-transactional-test-harness/Cargo.toml index 2243d6815b..c451aa0cb8 100644 --- a/vm/starcoin-transactional-test-harness/Cargo.toml +++ b/vm/starcoin-transactional-test-harness/Cargo.toml @@ -22,11 +22,11 @@ dashmap = "~5" serde = { version = "1" } serde_json = { version = "1" } log = { version = "0.4.16" } -move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-compiler = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-compiler = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } bcs-ext = {path = "../../commons/bcs_ext"} starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"} @@ -41,7 +41,7 @@ starcoin-rpc-api = {path = "../../rpc/api"} starcoin-vm-runtime = {path = "../../vm/vm-runtime"} starcoin-dev = {path = "../dev"} starcoin-resource-viewer = {path = "../resource-viewer"} -move-resource-viewer = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1"} +move-resource-viewer = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b"} [dev-dependencies] datatest-stable = "0.1.1" diff --git a/vm/stdlib/Cargo.toml b/vm/stdlib/Cargo.toml index 0a0d88951b..d182ab09b5 100644 --- a/vm/stdlib/Cargo.toml +++ b/vm/stdlib/Cargo.toml @@ -9,13 +9,13 @@ edition = "2021" [dependencies] walkdir = "2.3" anyhow = "1.0.41" -move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"} starcoin-vm-types = { path = "../types"} bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" } starcoin-move-compiler = { path = "../../vm/compiler"} -move-prover = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-compiler = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-prover = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-compiler = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } once_cell = "1.10.0" include_dir = "0.6.2" sha2 = "0.10.2" diff --git a/vm/transaction-builder-generator/Cargo.toml b/vm/transaction-builder-generator/Cargo.toml index 7fc51d119f..3c78334cd2 100644 --- a/vm/transaction-builder-generator/Cargo.toml +++ b/vm/transaction-builder-generator/Cargo.toml @@ -19,7 +19,7 @@ serde-generate = {git="https://github.com/starcoinorg/serde-reflection" , rev="6 serde-reflection = {git="https://github.com/starcoinorg/serde-reflection" , rev="694048797338ff7385006d968e786b6d9dbdeb8b"} starcoin-vm-types = { path = "../types"} -move-core-types = {git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-core-types = {git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } bcs = "0.1.3" [dev-dependencies] diff --git a/vm/types/Cargo.toml b/vm/types/Cargo.toml index f19696bbce..5b4b8a19bd 100644 --- a/vm/types/Cargo.toml +++ b/vm/types/Cargo.toml @@ -23,11 +23,11 @@ bech32 = "0.8" proptest = { version = "1.0.0", default-features = false, optional = true } proptest-derive = { version = "0.3.0", default-features = false, optional = true } -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1"} -move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b"} +move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } bcs-ext = { package = "bcs-ext", path = "../../commons/bcs_ext" } #starcoin-proptest-helpers = { path = "../../commons/proptest-helpers", optional = true } @@ -38,7 +38,7 @@ schemars = {git = "https://github.com/starcoinorg/schemars", rev = "6972da92f436 [dev-dependencies] proptest = "1.0.0" proptest-derive = "0.3.0" -vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1", features = ["fuzzing"]} +vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b", features = ["fuzzing"]} starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"} #starcoin-proptest-helpers = { path = "../../commons/proptest-helpers"} diff --git a/vm/vm-runtime/Cargo.toml b/vm/vm-runtime/Cargo.toml index eb05fb4254..5d260ea657 100644 --- a/vm/vm-runtime/Cargo.toml +++ b/vm/vm-runtime/Cargo.toml @@ -11,9 +11,9 @@ anyhow = "1.0.41" once_cell = "1.10.0" starcoin-types = { path = "../../types"} -move-core-types = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } -move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "8d559a83d5372d633fc7d85e8ae29c80d9d45dc1" } +move-core-types = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } +move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "c524c6f96ca90365c177be8f1f15982ee4a9410b" } tracing = "0.1.34" starcoin-config = { path = "../../config"} starcoin-logger = {path = "../../commons/logger"}