Make new required Rust version 1.32.

This commit is contained in:
Sean Bowe 2019-02-20 21:00:33 -07:00
parent fd32165f1c
commit 784670e648
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 1 additions and 2 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.31` or later.
* This implementation targets Rust `1.32` or later.
* All operations are constant time unless explicitly noted.
## Features

View File

@ -1,6 +1,5 @@
#![feature(test)]
extern crate jubjub;
extern crate test;
use jubjub::*;