summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-11-01 09:20:31 +0000
committerGitHub <noreply@github.com>2023-11-01 09:20:31 +0000
commit5ad01abb4759ca07123f933e66b6941e67caeb46 (patch)
tree8c84a50c3358df7ddb3fc74a7008abaf911e679f
parent626981fc387239e75ca05b1e1018ae9768e87a20 (diff)
parentbdd8bff02d3bcbbd7b567764681f0e81cc78ac65 (diff)
Merge #36HEADmaster
36: Update MSRV: 1.63.0 -> 1.65.0 r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--README.md2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b41939a..78f328d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.63.0
+ - 1.65.0
- stable
steps:
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.63.0
+ toolchain: 1.65.0
- run: rustup component add rustfmt
- name: cargo-fmt
uses: actions-rs/cargo@v1
@@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.63.0
+ - 1.65.0
- stable
steps:
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.63.0
+ toolchain: 1.65.0
- uses: swatinem/rust-cache@v2
- run: rustup component add clippy
- name: cargo-clippy
diff --git a/README.md b/README.md
index 108b292..6ae9472 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ import/export foo by simply using this crate.
# MSRV
-1.63.0
+1.65.0
# License