summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-01-25 11:14:09 +0100
committerGitHub <noreply@github.com>2023-01-25 11:14:09 +0100
commitaf48f390ab8649ef48025e9ebbdef2789b20d046 (patch)
tree4b08e8621b9d49232152a453aadd7aae478d36d3
parentf12b93fb949557dd41cbe870179eb9afbb4c3769 (diff)
parentd9cfc8dee3fac33ea6b5a837a1744f20c0f72fb3 (diff)
Merge pull request #420 from matthiasbeyer/update-msrv
Update MSRV: 1.59.0 -> 1.60.0
-rw-r--r--.github/workflows/msrv.yml10
-rw-r--r--README.md2
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index e4ef15c..ccc8614 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.59.0
+ - 1.60.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.59.0
+ - 1.60.0
- stable
- beta
- nightly
@@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.59.0'
+ if: matrix.rust == '1.60.0'
continue-on-error: true
run: cargo test --tests --all-features
@@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v3.3.0
- name: Install toolchain
- uses: dtolnay/rust-toolchain@1.59.0
+ uses: dtolnay/rust-toolchain@1.60.0
with:
components: clippy
@@ -111,7 +111,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.59.0
+ - 1.60.0
- stable
steps:
diff --git a/README.md b/README.md
index 06b9831..9205c46 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ more usage information.
## MSRV
-We currently support Rust 1.59.0 and newer.
+We currently support Rust 1.60.0 and newer.
## License