Skip to content

Commit

Permalink
Refer to curve25519-dalek by tag
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseev-signal authored Aug 4, 2023
1 parent 24f6c6b commit 4564991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resolver = "2" # so that our dev-dependency features don't leak into products

[patch.crates-io]
# Use our fork of curve25519-dalek for eventual zkgroup support.
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', branch = 'lizard2' }
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'libsignal-v0.30.2' }
boring = { git = 'https://github.com/signalapp/boring', branch = 'libsignal'}

[profile.dev.package.argon2]
Expand Down
2 changes: 1 addition & 1 deletion rust/zkgroup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand = { version = "0.7.3", optional = true }
features = ["serde"]
version = "3.0.0"
git = "https://github.com/signalapp/curve25519-dalek.git"
branch = "lizard2"
tag = "libsignal-v0.30.2"


[dev-dependencies]
Expand Down

0 comments on commit 4564991

Please sign in to comment.