Skip to content

Commit c7694c8

Browse files
committed
chore: Update MSRV to 1.75
1 parent 992a0a4 commit c7694c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: actions-rust-lang/setup-rust-toolchain@v1
1919
with:
20-
toolchain: "1.64"
20+
toolchain: "1.75"
2121

2222
- run: cargo check
2323

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [".", "proc_macro"]
2020
[workspace.package]
2121
version = "0.4.3"
2222
edition = "2021"
23-
rust-version = "1.64"
23+
rust-version = "1.75"
2424
authors = ["Nik Revenco <[email protected]>"]
2525
repository = "https://github.com/nik-rev/derive-aliases"
2626
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)