summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-19 10:34:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-02-19 10:39:48 +0100
commita7c6cc7daab224ff653d2b908ed9590ce3f6934b (patch)
tree1aba7b1eb9747c4347c085d255c97b14e30b2c1c
parentc2840eae4ae27910687b429ad8e9ee834376694b (diff)
Update MSRV to 1.49.0
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 2f500eb..b2d4b8b 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.48.0
+ - 1.49.0
- stable
- beta
- nightly
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.48.0
+ - 1.49.0
- stable
- beta
- nightly
@@ -61,14 +61,14 @@ jobs:
override: true
- name: Run cargo test
- if: matrix.rust != 'nightly' && matrix.rust != '1.48.0'
+ if: matrix.rust != 'nightly' && matrix.rust != '1.49.0'
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.48.0'
+ if: matrix.rust == '1.49.0'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
@@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.48.0
+ - 1.49.0
- stable
steps:
diff --git a/README.md b/README.md
index e7b5992..deee396 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ more usage information.
## MSRV
-We currently support Rust 1.48.0 and newer.
+We currently support Rust 1.49.0 and newer.
## License