summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-05-08 11:12:36 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-05-08 11:12:45 +0200
commit99327a4d816dd541128e37c01ccebb379f142ada (patch)
tree4590050b3b2013a32e497f3f6a47900b3b7fb292
parentfe87839adeef083105d7414a8e1af3b8ce0c45db (diff)
Update MSRV: 1.56.0 -> 1.56.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 c26d1c3..12170a0 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.0
+ - 1.56.1
- stable
- beta
- nightly
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.0
+ - 1.56.1
- stable
- beta
- nightly
@@ -61,14 +61,14 @@ jobs:
override: true
- name: Run cargo test
- if: matrix.rust != 'nightly' && matrix.rust != '1.56.0'
+ if: matrix.rust != 'nightly' && matrix.rust != '1.56.1'
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.56.0'
+ if: matrix.rust == '1.56.1'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
@@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.0
+ - 1.56.1
- stable
steps:
diff --git a/README.md b/README.md
index 18f0914..627cc87 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ more usage information.
## MSRV
-We currently support Rust 1.56.0 and newer.
+We currently support Rust 1.56.1 and newer.
## License