Skip to content

Commit

Permalink
update libra-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Vale McPresto committed Jan 29, 2025
1 parent 2be6a01 commit c3cb7d1
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 c3cb7d1

Please sign in to comment.