Skip to content

Commit

Permalink
Merge branch 'bump-deps-2025-01-29' into fix-gz-state-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Nella Beaver committed Jan 29, 2025
2 parents dd82f69 + c3cb7d1 commit 740eafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ diem-crypto = { git = "https://github.com/0LNetworkCommunity/diem.git", branch =
env_logger = "^0.11"
flate2 = "^1.0"
glob = "^0.3"
libra-backwards-compatibility = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "patch-compat-5.2.0" }
libra-cached-packages = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "patch-compat-5.2.0" }
libra-storage = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "patch-compat-5.2.0" }
libra-types = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "patch-compat-5.2.0" }
libra-backwards-compatibility = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "main" }
libra-cached-packages = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "main" }
libra-storage = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "main" }
libra-types = { git = "https://github.com/0LNetworkCommunity/libra-framework.git", branch = "main" }
log = "^0.4"
neo4rs = "0.8.0"
once_cell = "^1.2"
Expand Down

0 comments on commit 740eafe

Please sign in to comment.