dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 132 forks source link

subtle is outdated? #5

Closed aep closed 6 years ago

aep commented 6 years ago

Looks like this is pulling in an outdated version of subtle through pulling in an outdated version of curve25519-dalek ?

error[E0554]: #![feature] may not be used on the stable release channel
  --> /home/aep/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-0.3.0/src/lib.rs:20:34
   |
20 | #![cfg_attr(feature = "nightly", feature(i128_type))]
   |                                  ^^^^^^^^^^^^^^^^^^^
isislovecruft commented 6 years ago

Hi! This should be fixed with @mcginty's PR #6.