]> git.lizzy.rs Git - PAKEs.git/commit
spake2: tighten the curve25519-dalek dependency to 1.2.x
authorBrian Warner <warner@lothar.com>
Wed, 7 Aug 2019 18:09:39 +0000 (11:09 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 7 Aug 2019 20:56:43 +0000 (13:56 -0700)
commitb58075fbb9cee7a2a5309ff9e444f85c0cd6e918
treed5c52f0b8568df2e35286b6cc122ccbcae83132a
parent6d3662e9657b418654e1c4afe803f3c1cbf40630
spake2: tighten the curve25519-dalek dependency to 1.2.x

This was just "1", which allowed our MSRV to be accidentally raised from 1.31
to 1.32 without a deliberate spake2 minor-version bump (dalek-1.0.x compiles
with rustc-1.31, but dalek-1.1.x required 1.32).

Hopefully by making it "1.2", our MSRV will remain at 1.32 until we
explicitly decide to take on a dependency that needs something newer.

refs #21
spake2/Cargo.toml