Skip to content

Commit

Permalink
Fix failing cargo-udeps (sigp#5203)
Browse files Browse the repository at this point in the history
* Attempt to fix nightly build.

* Update Cargo.toml to pin a commit

* Update Cargo.lock
  • Loading branch information
jimmygchen authored and danielrachi1 committed Feb 14, 2024
1 parent ccf944b commit 624df02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,6 @@ inherits = "release"
lto = "fat"
codegen-units = 1
incremental = false

[patch.crates-io]
curve25519-dalek = { git = "https://github.com/jimmygchen/curve25519-dalek.git", rev = "24019783e9bb9dc1464e7e503732f273a69969c6" }

0 comments on commit 624df02

Please sign in to comment.