Skip to content

Commit

Permalink
fix: patches got dropped in merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 4, 2024
1 parent 0ee3385 commit ec51d8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions m1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,8 @@ aptos-vm-types = { path = "../vendors/aptos-core-v2/aptos-move/aptos-vm-types" }
aptos-vm-validator = { path = "../vendors/aptos-core-v2/vm-validator" }
aptos-warp-webserver = { path = "../vendors/aptos-core-v2/crates/aptos-warp-webserver" }
aptos-writeset-generator = { path = "../vendors/aptos-core-v2/aptos-move/writeset-transaction-generator" }

[patch.crates-io]
serde-reflection = { git = "https://github.com/aptos-labs/serde-reflection", rev = "839aed62a20ddccf043c08961cfe74875741ccba" }
merlin = { git = "https://github.com/aptos-labs/merlin" }
x25519-dalek = { git = "https://github.com/aptos-labs/x25519-dalek", branch = "zeroize_v1" }

0 comments on commit ec51d8a

Please sign in to comment.