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 3f6329c commit a91225cCopy full SHA for a91225c
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
cargo update -p idna_adapter --precise 1.1.0
44
cargo update -p getopts --precise 0.2.22
45
cargo update -p unicode-width --precise 0.1.12
46
- cargo update -p syn --precise 2.0.100
+ cargo update -p syn@2.0.0 --precise 2.0.100
47
# Older Unicode versions have a different test file
48
cp idna/tests/IdnaTestV2-Unicode16.txt idna/tests/IdnaTestV2.txt
49
- name: Downgrade deps on Rust 1.82.0
0 commit comments