Browse Source

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()
hush
Jack Grigg 5 years ago
parent
commit
34658c4bd3
No known key found for this signature in database GPG Key ID: 9E8255172BBF9898
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save