Skip to content

Commit

Permalink
Update MSRV to 1.58.0
Browse files Browse the repository at this point in the history
Required for the format arguments capture feature which is used in #12.

Fixes #14.
  • Loading branch information
lopopolo committed Aug 15, 2022
1 parent 635f78d commit 831242b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.56.0"
toolchain: "1.58.0"
profile: minimal
override: true

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.58.0"
readme = "README.md"
repository = "https://github.com/artichoke/strftime-ruby"
documentation = "https://docs.rs/strftime-ruby"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ All features are enabled by default.

### Minimum Supported Rust Version

This crate requires at least Rust 1.56.0. This version can be bumped in minor
This crate requires at least Rust 1.58.0. This version can be bumped in minor
releases.

## License
Expand Down

0 comments on commit 831242b

Please sign in to comment.