diff --git a/Cargo.toml b/Cargo.toml index d5404aa..a9ae316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"