Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
From Nathan: looks like a dependency pins a version of snow which causes
it to downgrade, and it downgrades to a broken version 😬

Fixed by running:

cargo update -p x25519-dalek@2.0.0-rc.2 --precise 2.0.0-pre.1
cargo update -p snow --precise 0.9.2
  • Loading branch information
atodorov authored and nathanwhit committed Jun 7, 2023
1 parent 3921ac2 commit 8f96110
Showing 1 changed file with 361 additions and 208 deletions.
Loading

0 comments on commit 8f96110

Please sign in to comment.