yangl1996 / prism-rust

Rust implementation of the Prism consensus protocol
MIT License
100 stars 19 forks source link

Update ed25519-dalek and rand dependencies #108

Closed mzabaluev closed 3 years ago

mzabaluev commented 4 years ago

Use the latest stable version of ed25519-dalek, which also requires rand to be updated to 0.7. This removes dependency on unstable asm code that is no longer supported by the compiler.

yangl1996 commented 3 years ago

Thanks a lot for the PR!