summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-03 08:31:14 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-07 17:13:01 +0100
commitae3c8e116a81ea95436adc55d7746abdfd0d742b (patch)
tree3698a3e4be2f906b5e27f01ddf7c64dc545a9891
parent655a02d575cbf1b6b8c7c228e16dece286b59331 (diff)
Update MSRV: 1.56.1 -> 1.59.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/msrv.yml10
-rw-r--r--README.md4
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index a086f2c..a3c44d6 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.1
+ - 1.59.0
- stable
- beta
- nightly
@@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.1
+ - 1.59.0
- stable
- beta
- nightly
@@ -66,7 +66,7 @@ jobs:
args: --all-features
- name: Run cargo test (nightly)
- if: matrix.rust == '1.56.1'
+ if: matrix.rust == '1.59.0'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
@@ -118,7 +118,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
- toolchain: 1.56.1
+ toolchain: 1.59.0
override: true
components: clippy
@@ -135,7 +135,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.1
+ - 1.59.0
- stable
steps:
diff --git a/README.md b/README.md
index b68813e..06b9831 100644
--- a/README.md
+++ b/README.md
@@ -58,11 +58,11 @@ more usage information.
## MSRV
-We currently support Rust 1.56.1 and newer.
+We currently support Rust 1.59.0 and newer.
## License
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
-See LICENSE-APACHE and LICENSE-MIT for details. \ No newline at end of file
+See LICENSE-APACHE and LICENSE-MIT for details.