mirror of
https://gitee.com/openharmony/third_party_rust_rust-base64
synced 2024-12-02 10:16:37 +00:00
Bump Minimum Version to 1.34.0
This commit is contained in:
parent
6d44a63b58
commit
3e0fe90349
@ -5,7 +5,7 @@ sudo: required
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.31.0
|
||||
- rust: 1.34.0
|
||||
- rust: stable
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
|
@ -33,7 +33,7 @@ See the [docs](https://docs.rs/base64) for all the details.
|
||||
Rust version compatibility
|
||||
---
|
||||
|
||||
The minimum required Rust version is 1.31.0.
|
||||
The minimum required Rust version is 1.34.0.
|
||||
|
||||
Developing
|
||||
---
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Next
|
||||
|
||||
- TBD
|
||||
- Minimum rust version 1.34.0
|
||||
- `no_std` is now supported via the two new features `alloc` and `std`.
|
||||
|
||||
# 0.10.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user