Skip to content

Commit

Permalink
chore: fix patch pin for curve25519-dalek
Browse files Browse the repository at this point in the history
the crate is patched so @kotval can do dev work on the crate,
but we should build from mainline for CI testing for now.
  • Loading branch information
bunnie committed Feb 9, 2024
1 parent cff2473 commit e8f9152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ sha2_legacy = { git = "https://github.com/RustCrypto/hashes.git", tag = "sha2-v0
[patch.crates-io.aes]
path = "services/aes"

[patch.crates-io.curve25519-dalek]
#[patch.crates-io.curve25519-dalek]
#git = "https://github.com/betrusted-io/curve25519-dalek.git"
#branch = "main"
path = "../curve25519-dalek/curve25519-dalek" # when doing local dev work
#path = "../curve25519-dalek/curve25519-dalek" # when doing local dev work
# feature overrides are specified at the crate level

[patch."https://github.com/betrusted-io/xous-engine-25519.git"]
Expand Down

0 comments on commit e8f9152

Please sign in to comment.