Skip to content

Commit

Permalink
fix: should not be a patch in clis/movement.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 21, 2024
1 parent 5b36316 commit af5ae1d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions movement-sdk/clis/movement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
aptos = ["dep:aptos"]

0 comments on commit af5ae1d

Please sign in to comment.