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:34:20 +0100
commitc2840eae4ae27910687b429ad8e9ee834376694b (patch)
tree050c0286ff2f41f4a885a919b2765c62c8b99710
parentd1f97ece51de6b05fabdefdeca9a4dd4753ecd42 (diff)
Update MSRV to 1.48.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 25fc2f2..2f500eb 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.46.0
+ - 1.48.0
- stable
- beta
- nightly
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.46.0
+ - 1.48.0
- stable
- beta
- nightly
@@ -61,14 +61,14 @@ jobs:
override: true
- name: Run cargo test
- if: matrix.rust != 'nightly' && matrix.rust != '1.46.0'
+ if: matrix.rust != 'nightly' && matrix.rust != '1.48.0'
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.46.0'
+ if: matrix.rust == '1.48.0'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
@@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.46.0
+ - 1.48.0
- stable
steps:
diff --git a/README.md b/README.md
index 279ce9b..e7b5992 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ more usage information.
## MSRV
-We currently support Rust 1.46.0 and newer.
+We currently support Rust 1.48.0 and newer.
## License