Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Fabio Valentini | a84ff91384 | 4 months ago |
Fedora Release Engineering | d1cfd6f05d | 6 months ago |
Fedora Release Engineering | b54f22a282 | 12 months ago |
@ -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]
|
||||
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