summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-07 17:22:26 +0100
committerGitHub <noreply@github.com>2022-11-07 17:22:26 +0100
commit807e3c1b8080cc697ed46e8e5720e879744858b0 (patch)
tree4253b18898fb001b103d6bf6d556b4ba2fc61c50
parent655a02d575cbf1b6b8c7c228e16dece286b59331 (diff)
parent9399fcfd7830e0ebde4aa7b78f701c12231a3a11 (diff)
Merge pull request #389 from matthiasbeyer/update-msrv
Update MSRV: 1.56.1 -> 1.59.0
-rw-r--r--.github/workflows/cron.yml2
-rw-r--r--.github/workflows/msrv.yml10
-rw-r--r--README.md4
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 55cd27b..400c605 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.56.1
+ - 1.59.0
- stable
steps:
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.