Skip to content

Commit ac4c15d

Browse files
committed
Bump MSRV to 1.74
1 parent 9845ebb commit ac4c15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
rust-version: ["1.65", stable, beta, nightly]
14+
rust-version: ["1.74", stable, beta, nightly]
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: setup rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "soa_derive"
33
version = "0.14.0"
44
edition = "2018"
5-
rust-version = "1.65"
5+
rust-version = "1.74"
66

77
authors = ["Guillaume Fraux <guillaume.fraux@epfl.ch>"]
88
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)