1 parent 8b81d2d commit 7390496Copy full SHA for 7390496
1 file changed
.github/workflows/main.yml
@@ -64,6 +64,7 @@ jobs:
64
cargo update --package=rayon-core --precise=1.12.1
65
cargo update --package=windows-sys@0.61.2 --precise=0.60.2
66
cargo update --package=quote --precise=1.0.41
67
+ cargo update --package=syn --precise=2.0.106
68
69
- run: >
70
rustup target add
@@ -548,6 +549,7 @@ jobs:
548
549
550
551
552
553
554
- run: |
555
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
0 commit comments