Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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