Skip to content

Commit

Permalink
Change the idna_adapter dependency to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen committed Oct 29, 2024
1 parent a8a0c44 commit b05732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idna/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = "1.0"
[dependencies]
utf8_iter = "1.0.4"
smallvec = { version = "1.13.1", features = ["const_generics"]}
idna_adapter = { path = "../../idna_adapter" }
idna_adapter = "1"

[[bench]]
name = "all"
Expand Down

0 comments on commit b05732b

Please sign in to comment.