Skip to content

Commit 624df02

Browse files
jimmygchendanielrachi1
authored andcommitted
Fix failing cargo-udeps (sigp#5203)
* Attempt to fix nightly build. * Update Cargo.toml to pin a commit * Update Cargo.lock
1 parent ccf944b commit 624df02

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,6 @@ inherits = "release"
235235
lto = "fat"
236236
codegen-units = 1
237237
incremental = false
238+
239+
[patch.crates-io]
240+
curve25519-dalek = { git = "https://github.com/jimmygchen/curve25519-dalek.git", rev = "24019783e9bb9dc1464e7e503732f273a69969c6" }

0 commit comments

Comments
 (0)