summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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