mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
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:
parent
6dcb4040af
commit
34658c4bd3
@ -1,6 +1,6 @@
|
||||
language: rust
|
||||
rust:
|
||||
- 1.31.0
|
||||
- 1.32.0
|
||||
|
||||
cache: cargo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user