summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-03-24 11:34:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-03-24 11:34:45 +0100
commitf34831c7995bdab68bd85811d397ee4a2494fb8a (patch)
treeb58d13481052be9098e854520e2494bed185a5b4
parentb0c6c992cb542769b0daf9860ac84897e17a97ed (diff)
Update MSRV: 1.60.0 -> 1.64.0
We depend on temp_env in our tests, which got an update that bumps its own MSRV to 1.64.0. Thus, we need to update to 1.64.0 or pin temp_env to an older version. We opt for the former. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/cron.yml2
-rw-r--r--.github/workflows/msrv.yml10
-rw-r--r--README.md2
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 1c4cd3c..77b1b4b 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps:
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index e19b53b..bcf7ac7 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
- beta
- nightly
@@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.60.0'
+ if: matrix.rust == '1.64.0'
continue-on-error: true
run: cargo test --tests --all-features
@@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps:
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps:
diff --git a/README.md b/README.md
index 9205c46..48f9079 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ more usage information.
## MSRV
-We currently support Rust 1.60.0 and newer.
+We currently support Rust 1.64.0 and newer.
## License