Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Fabio Valentini | 77cc47ae85 | 4 months ago |
Fedora Release Engineering | 56f5a05f28 | 6 months ago |
Fedora Release Engineering | e5fa868bcc | 12 months ago |
@ -0,0 +1,12 @@
|
||||
--- idna-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ idna-0.4.0/Cargo.toml 2024-09-22T00:13:34.159734+00:00
|
||||
@@ -47,9 +47,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 criterion dev-dependency",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in new issue