summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-03-22 07:56:02 +0100
committerGitHub <noreply@github.com>2022-03-22 07:56:02 +0100
commitd2d356142430723bbfed102cf8dc41e6fd0aa84e (patch)
tree440e13cff2a4070b1df6169f42b302a136e20e02
parent273fef4bd1f0918f9c85879eb4054358ba713554 (diff)
parentfd61af61d5f621a3bcacd00fd8a814dedd31007d (diff)
Merge pull request #304 from matthiasbeyer/msrv-update
Update MSRV
-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 063fb28..c26d1c3 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.49.0
+ - 1.56.0
- stable
- beta
- nightly
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.49.0
+ - 1.56.0
- stable
- beta
- nightly
@@ -61,14 +61,14 @@ jobs:
override: true
- name: Run cargo test
- if: matrix.rust != 'nightly' && matrix.rust != '1.49.0'
+ if: matrix.rust != 'nightly' && matrix.rust != '1.56.0'
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.49.0'
+ if: matrix.rust == '1.56.0'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
@@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.49.0
+ - 1.56.0
- stable
steps:
diff --git a/README.md b/README.md
index deee396..40a8915 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ more usage information.
## MSRV
-We currently support Rust 1.49.0 and newer.
+We currently support Rust 1.56.0 and newer.
## License