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 committed Apr 3, 2023
1 parent c2fd1af commit ff6a16d
Showing 1 changed file with 368 additions and 251 deletions.
Loading

0 comments on commit ff6a16d

Please sign in to comment.