Skip to content

Commit

Permalink
Gently bump MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed May 10, 2023
1 parent 98f86e5 commit a95e93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
rust_channel: ["stable", "beta", "nightly", "1.60.0"]
rust_channel: ["stable", "beta", "nightly", "1.63.0"]
feature_set: ["--features collections,boxed"]
include:
- rust_channel: "nightly"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ v.push(2);

#### Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust **1.60** and up. It might
This crate is guaranteed to compile on stable Rust **1.63** and up. It might
compile with older versions but that may change in any new patch release.

We reserve the right to increment the MSRV on minor releases, however we will
Expand Down

0 comments on commit a95e93e

Please sign in to comment.