We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0f864 commit d068a74Copy full SHA for d068a74
.github/workflows/main.yml
@@ -64,6 +64,7 @@ jobs:
64
cargo update --package=rayon --precise=1.10.0
65
cargo update --package=rayon-core --precise=1.12.1
66
cargo update [email protected] --precise=0.60.2
67
+ cargo update --package=quote --precise=1.0.41
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