From af5ae1d6a777d673157550d4603f8e3194e4d1e2 Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Wed, 21 Feb 2024 14:38:14 -0800 Subject: [PATCH] fix: should not be a patch in clis/movement. --- movement-sdk/clis/movement/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/movement-sdk/clis/movement/Cargo.toml b/movement-sdk/clis/movement/Cargo.toml index 02459468..35c412bc 100644 --- a/movement-sdk/clis/movement/Cargo.toml +++ b/movement-sdk/clis/movement/Cargo.toml @@ -31,9 +31,4 @@ aptos = { path = "../../../vendors/aptos-core/crates/aptos", optional = true } # features [features] sui = ["dep:sui"] -aptos = ["dep:aptos"] - -[patch.crates-io] -serde-reflection = { git = "https://github.com/aptos-labs/serde-reflection", rev = "73b6bbf748334b71ff6d7d09d06a29e3062ca075" } -merlin = { git = "https://github.com/aptos-labs/merlin" } -x25519-dalek = { git = "https://github.com/aptos-labs/x25519-dalek", branch = "zeroize_v1" } \ No newline at end of file +aptos = ["dep:aptos"] \ No newline at end of file