summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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