Skip to content

Commit 221e26e

Browse files
committed
minimum version found
1 parent 7ae3b44 commit 221e26e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
rust-version: ["1.77", "1.78", stable, beta, nightly]
14+
rust-version: ["1.78", stable, beta, nightly]
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "soa_derive"
33
version = "0.13.0"
44
edition = "2018"
5-
rust-version = "1.65"
5+
rust-version = "1.78"
66

77
authors = ["Guillaume Fraux <[email protected]>"]
88
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)