summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-09-11 10:34:47 +0200
committerGitHub <noreply@github.com>2023-09-11 10:34:47 +0200
commit72bb2529221279fc7e41612c1f46e0d397b31ab6 (patch)
tree634445fccdd0be9e25f0ed66207aeeb78452be2d
parentb71be549626298ad8fa3224fa24931c289fa22ad (diff)
parentbb4f93cba1f4c72c38da3f3c01be877a57c344ef (diff)
Merge pull request #455 from matthiasbeyer/update-msrv
MSRV: 1.64.0 -> 1.66.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 83dc37b..03ccba1 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.64.0
+ - 1.66.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.64.0
+ - 1.66.0
- stable
- beta
- nightly
@@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.64.0'
+ if: matrix.rust == '1.66.0'
continue-on-error: true
run: cargo test --tests --all-features
@@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.64.0
+ - 1.66.0
- stable
steps:
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.64.0
+ - 1.66.0
- stable
steps:
diff --git a/README.md b/README.md
index 48f9079..badab89 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ more usage information.
## MSRV
-We currently support Rust 1.64.0 and newer.
+We currently support Rust 1.66.0 and newer.
## License