Skip to content

Commit 0d49d62

Browse files
committed
Removing old versions
1 parent aa63696 commit 0d49d62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust-version: ["1.70", "1.75", "stable", "beta", "nightly"]
27+
rust-version: ["stable", "beta", "nightly"]
2828

2929
steps:
3030
- name: Checkout code

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ zerovec = "0.9"
2929
yoke = "0.6"
3030
zerofrom = "0.1"
3131
displaydoc = "0.2"
32+
synstructure = "0.12"
3233

3334
[dev-dependencies]
3435
tokio-test = "0.4"

0 commit comments

Comments
 (0)