Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

update 0LNetworkCommunity/move-0L dependency #1229

Open
wants to merge 1 commit into
base: v6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 58 additions & 58 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ diem-types = { path = "../types" }
diem-workspace-hack = { version = "0.1", path = "../crates/diem-workspace-hack" }
diem-api-types = { path = "./types", package = "diem-api-types" }
storage-interface = { path = "../storage/storage-interface" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

[dev-dependencies]
rand = "0.8.3"
Expand Down
8 changes: 4 additions & 4 deletions api/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ diem-crypto = { path = "../../crates/diem-crypto" }
diem-transaction-builder = { path = "../../sdk/transaction-builder" }
diem-types = { path = "../../types" }
diem-workspace-hack = { version = "0.1", path = "../../crates/diem-workspace-hack" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

[dev-dependencies]
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
2 changes: 1 addition & 1 deletion crates/diem-assets-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ bcs = "0.1.2"
diem-client = { path = "../diem-client", features = ["blocking"], default-features = false }
diem-crypto = { path = "../diem-crypto" }
diem-types = { path = "../../types" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-workspace-hack = { version = "0.1", path = "../diem-workspace-hack" }
2 changes: 1 addition & 1 deletion crates/diem-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ url = "2.2.2"
diem-crypto = { path = "../diem-crypto", version = "0.0.3" }
diem-json-rpc-types = { path = "../../json-rpc/types", version = "0.0.3" }
#/////// 0L /////////
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-types = { path = "../../types", version = "0.0.3" }

# Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-rest-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ diem-crypto = { path = "../diem-crypto" }
diem-json-rpc-types = { path = "../../json-rpc/types" }
diem-types = { path = "../../types" }
diem-workspace-hack = { version = "0.1", path = "../diem-workspace-hack" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
2 changes: 1 addition & 1 deletion crates/swiss-knife/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ bcs = "0.1.2"
diem-types = { path = "../../types" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-workspace-hack = { version = "0.1", path = "../diem-workspace-hack" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-transaction-builder = { path = "../../sdk/transaction-builder" }
4 changes: 2 additions & 2 deletions diem-move/df-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ bcs = "0.1.2"
structopt = "0.3.21"

diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-cli = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-cli = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-vm = { path = "../diem-vm" }
diem-framework-releases = { path = "../../diem-move/diem-framework/DPN/releases" }

Expand Down
36 changes: 18 additions & 18 deletions diem-move/diem-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ license = "Apache-2.0"
publish = false

[dependencies]
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-abigen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-docgen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-errmapgen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-prover = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-abigen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-docgen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-errmapgen = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-prover = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
transaction-builder-generator = { path = "../transaction-builder-generator" }
move-stdlib = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-symbol-pool = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-vm-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-vm-runtime = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-package = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-utils = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-stdlib = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-symbol-pool = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-vm-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-vm-runtime = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-package = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-bytecode-utils = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

bcs = "0.1.2"
anyhow = "1.0.52"
Expand All @@ -45,8 +45,8 @@ tempfile = "3.2.0"
[dev-dependencies]
datatest-stable = "0.1.1"
diem-vm = { path = "../../diem-move/diem-vm" }
move-cli = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-unit-test = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-cli = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-unit-test = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-transactional-test-harness = { path = "../diem-transactional-test-harness" }

dir-diff = "0.3.2"
Expand All @@ -62,4 +62,4 @@ harness = false
#/////// 0L /////////
[[test]]
name = "ol_transactional_tests"
harness = false
harness = false
8 changes: 4 additions & 4 deletions diem-move/diem-framework/DPN/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ publish = false


[dependencies]
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-crypto = { path = "../../../../crates/diem-crypto" }
diem-types = { path = "../../../../types" }
diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
framework-releases = { path = "../../releases" }

anyhow = "1.0.52"
Expand All @@ -27,4 +27,4 @@ once_cell = "1.7.2"
# serde_bytes = "0.11.5"

[dev-dependencies]
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
2 changes: 1 addition & 1 deletion diem-move/diem-framework/experimental/demo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ diem-transaction-builder = { path = "../../../../sdk/transaction-builder"}
diem-types = { path = "../../../../types" }
diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
generate-key = { path = "../../../../config/generate-key" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.52"
bcs = "0.1.2"
Expand Down
4 changes: 2 additions & 2 deletions diem-move/diem-framework/experimental/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ publish = false


[dependencies]
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-crypto = { path = "../../../../crates/diem-crypto" }
diem-types = { path = "../../../../types" }
diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
framework-releases = { path = "../../releases" }

anyhow = "1.0.52"
Expand Down
18 changes: 9 additions & 9 deletions diem-move/diem-framework/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ license = "Apache-2.0"
publish = false

[dependencies]
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-verifier = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-vm-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-vm-runtime = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-bytecode-utils = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-package = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-vm-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-vm-runtime = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-bytecode-utils = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-package = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

bcs = "0.1.2"
anyhow = "1.0.52"
Expand Down
6 changes: 3 additions & 3 deletions diem-move/diem-resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ edition = "2018"

[dependencies]
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-types = { path = "../../types" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

anyhow = "1.0.52"
4 changes: 2 additions & 2 deletions diem-move/diem-transaction-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ language-e2e-tests = { path = "../e2e-tests" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
diem-crypto = { path = "../../crates/diem-crypto" }

read-write-set = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
read-write-set-dynamic = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
read-write-set = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
read-write-set-dynamic = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
diem-vm = { path = "../diem-vm" }
diem-framework-releases = { path = "../diem-framework/DPN/releases" }

Expand Down
10 changes: 5 additions & 5 deletions diem-move/diem-transactional-test-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ hex = "0.4.3"
rand = "0.8.3" #/////// 0L /////////

# Move dependencies
move-transactional-test-runner = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-transactional-test-runner = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-compiler = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
move-command-line-common = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }

# Diem-Move dependencies
language-e2e-tests = { path = "../e2e-tests" }
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-validator-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
storage-interface = { path = "../../storage/storage-interface" }
scratchpad = { path = "../../storage/scratchpad" }
diem-state-view = { path = "../../storage/state-view" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "94e1039c9fdf1472c2c7775de43135d28dafc955" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "512b8026fb6baa1322d284c70a9d36405d35a6c9" }
bcs = "0.1.2"
Loading