Skip to content

Commit b05732b

Browse files
committed
Change the idna_adapter dependency to crates.io
1 parent a8a0c44 commit b05732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde_json = "1.0"
3838
[dependencies]
3939
utf8_iter = "1.0.4"
4040
smallvec = { version = "1.13.1", features = ["const_generics"]}
41-
idna_adapter = { path = "../../idna_adapter" }
41+
idna_adapter = "1"
4242

4343
[[bench]]
4444
name = "all"

0 commit comments

Comments
 (0)