Skip to content

Commit a68620f

Browse files
authored
Merge pull request #1066 from datdenkikniet/fix-ci-msrv
Pin dev-dependencies `idna` to a version that compiles on 1.81 to fix CI
2 parents e2b75e3 + d70cd4a commit a68620f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ url = "2.0"
3737
rstest = "0.17"
3838
insta = "1.41.1"
3939
rand_chacha = "0.3.1"
40+
idna = { version = "=1.0.1" }
4041

4142
[features]
4243
std = ["managed/std", "alloc"]

0 commit comments

Comments
 (0)