Skip to content

Commit b9a8a65

Browse files
committed
ci: adding update commands to downgrade dependencies to fix MSRV test
1 parent dbcdce4 commit b9a8a65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- run: rustup toolchain add 1.63
34+
- name: Downgrade unicode-ident
35+
run: cargo update --package unicode-ident --precise 1.0.22
36+
- name: Downgrade syn
37+
run: cargo update --package syn --precise 2.0.106
38+
- name: Downgrade quote
39+
run: cargo update --package quote --precise 1.0.41
3440
- name: Build
3541
run: cargo +1.63 check --lib --all-features
3642
clippy:

0 commit comments

Comments
 (0)