Skip to content

Commit

Permalink
Fix failing cargo-udeps (#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 Feb 6, 2024
1 parent 4b62a02 commit 5cc29e4
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 5cc29e4

Please sign in to comment.