Skip to content

Commit

Permalink
Temporary fix for idna not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanerix committed Nov 27, 2024
1 parent 64cad95 commit 336ec72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ chrono = { version = "0.4", features = ["serde"] }
argon2 = { version = "0.5", features = ["std"] }
dotenvy = "0.15"
regex = "1.11"
idna = "=1.0.2" # Temporary fix for https://github.com/servo/rust-url/issues/992


[[bin]]
Expand Down

0 comments on commit 336ec72

Please sign in to comment.