Skip to content

Commit

Permalink
[Libra] Update build dependencies from branch to rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-open-source committed Apr 24, 2023
1 parent 2cfe4d9 commit 4a3ef77
Show file tree
Hide file tree
Showing 52 changed files with 207 additions and 207 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

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/Dat-H-Tran/move-0L", branch = "v6" }
move-resource-viewer = { git = "https://github.com/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }

[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/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/Dat-H-Tran/move-0L", branch = "v6" }
move-resource-viewer = { git = "https://github.com/Dat-H-Tran/move-0L", branch = "v6" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
move-resource-viewer = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }

[dev-dependencies]
move-binary-format = { git = "https://github.com/Dat-H-Tran/move-0L", branch = "v6" }
move-binary-format = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
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/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
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/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
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/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
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/Dat-H-Tran/move-0L", branch = "v6" }
move-core-types = { git = "https://github.com/0LNetworkCommunity/move-0L", rev = "8f3c187e26a519e7c974634c0ad14c5e80f57a33" }
diem-transaction-builder = { path = "../../sdk/transaction-builder" }
Loading

0 comments on commit 4a3ef77

Please sign in to comment.