You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-trust-dns-proto/trust-dns-proto-fix-metadat...

19 lines
399 B

--- trust-dns-proto-0.22.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trust-dns-proto-0.22.0/Cargo.toml 2023-02-23T16:31:28.739251+00:00
@@ -207,6 +207,7 @@
[dev-dependencies.tokio]
version = "1.0"
features = [
+ "io-util",
"rt",
"time",
"macros",
@@ -274,6 +275,7 @@
]
testing = []
tokio-runtime = [
+ "tokio/io-util",
"tokio/net",
"tokio/rt",
"tokio/time",