parent
d1cfd6f05d
commit
a84ff91384
@ -0,0 +1,12 @@
|
|||||||
|
--- idna-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ idna-0.5.0/Cargo.toml 2024-09-14T19:58:41.428643+00:00
|
||||||
|
@@ -50,9 +50,6 @@
|
||||||
|
[dev-dependencies.assert_matches]
|
||||||
|
version = "1.3"
|
||||||
|
|
||||||
|
-[dev-dependencies.bencher]
|
||||||
|
-version = "0.1"
|
||||||
|
-
|
||||||
|
[dev-dependencies.serde_json]
|
||||||
|
version = "1.0"
|
||||||
|
|
@ -1,3 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"
|
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"drop unused, benchmark-only bencher dev-dependency",
|
||||||
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in new issue