Skip to content

Commit

Permalink
cargo.toml points to local repo. should fix this before merge!
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Mar 11, 2024
1 parent bc8eb46 commit c121da0
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 c121da0

Please sign in to comment.