Skip to content

Commit

Permalink
Bump Minimum Version to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Aug 13, 2019
1 parent eaf495a commit 5fe9fa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ sudo: required

matrix:
include:
- rust: 1.31.0
- rust: 1.34.0
- rust: stable
- rust: beta
- rust: nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
---
Expand Down
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
@@ -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

Expand Down

0 comments on commit 5fe9fa3

Please sign in to comment.