Bump minimum required Rust version.

This commit is contained in:
Sean Bowe 2019-01-07 19:04:47 -07:00
parent 8d4b262d42
commit f467cd32f2
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
This is a pure Rust implementation of the Jubjub elliptic curve group and its associated fields.
* **This implementation has not been reviewed or audited. Use at your own risk.**
* This implementation targets Rust `1.28` or later.
* This implementation targets Rust `1.31` or later.
* All operations are constant time unless explicitly noted.
## Features