Skip to content

Commit 951fe9c

Browse files
committed
Bump MSRV to 1.65 for let-else
1 parent 93aa013 commit 951fe9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v5
3636
- uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.62.0
38+
toolchain: 1.65.0
3939
- run: cargo check --all-features --lib
4040

4141
lint:

instant-xml-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "instant-xml-macros"
33
version = "0.6.0"
44
edition = "2021"
5-
rust-version = "1.62"
5+
rust-version = "1.65"
66
workspace = ".."
77
license = "Apache-2.0 OR MIT"
88
description = "Procedural macros for instant-xml"

instant-xml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "instant-xml"
33
version = "0.6.0"
44
edition = "2021"
5-
rust-version = "1.62"
5+
rust-version = "1.65"
66
workspace = ".."
77
license = "Apache-2.0 OR MIT"
88
description = "A more rigorous way to map XML to Rust types"

0 commit comments

Comments
 (0)