summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-23 18:22:35 +0200
committerGitHub <noreply@github.com>2023-10-23 18:22:35 +0200
commite95b9dda33b40ce19dbad67a00c209b20bfab206 (patch)
tree9e1771449e00d57782ca7b643f91337d927a914a
parent05f7d1e8bf5c188d0093a1c8a5cc749ed0177ed6 (diff)
parent81ac1a2c4edf9534c5c619e23829d70bc0af823c (diff)
Merge pull request #483 from matthiasbeyer/update-msrv
Update MSRV: 1.66.0 -> 1.70.0
-rw-r--r--.github/workflows/cron.yml2
-rw-r--r--.github/workflows/msrv.yml8
-rw-r--r--README.md2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 40c8fad..57e58a2 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- stable
steps:
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index 85395bc..49b3356 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- stable
- beta
- nightly
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- stable
- beta
- nightly
@@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- 1.73.0
steps:
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.66.0
+ - 1.70.0
- 1.73.0
steps:
diff --git a/README.md b/README.md
index daa762b..dca5c14 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ more usage information.
## MSRV
-We currently support Rust 1.66.0 and newer.
+We currently support Rust 1.70.0 and newer.
## License