Raise minimum Rust version to 1.32

The crypto_api_chachapoly uses two new features introduced in 1.32:

- Self struct constructors
- u64::to_le_bytes()
This commit is contained in:
Jack Grigg 2019-04-11 06:41:22 -07:00
parent 6dcb4040af
commit 34658c4bd3
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898

View File

@ -1,6 +1,6 @@
language: rust
rust:
- 1.31.0
- 1.32.0
cache: cargo