Bump Minimum Version to 1.34.0

This commit is contained in:
Christopher Serr 2019-08-13 10:17:07 +02:00
parent 6d44a63b58
commit 3e0fe90349
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ sudo: required
matrix:
include:
- rust: 1.31.0
- rust: 1.34.0
- rust: stable
- rust: beta
- rust: nightly

View File

@ -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
---

View File

@ -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