parent
81f19b6b3b
commit
d9823e5e0a
@ -1,3 +0,0 @@
|
|||||||
# rust-trust-dns-proto
|
|
||||||
|
|
||||||
The rust-trust-dns-proto package
|
|
@ -1 +1 @@
|
|||||||
SHA512 (trust-dns-proto-0.21.2.crate) = e27b2bef0d4bfc90ffe19cd4f998b9d654447b41317ec9b013db628dc09e589b8496adef769575bc7f5b0451dbff912d26cb6aa067b74c2070f6ee9dac5e4ef6
|
SHA512 (trust-dns-proto-0.22.0.crate) = 7e4c8e3f2bbfb6a18a3fb6137861a5c0da49c51d3d372b795600f602a7643003eaac7c2a8ccc545ae3e57574a4d9badffa1b15806978f80a28171511ac264e5e
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
--- trust-dns-proto-0.21.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- trust-dns-proto-0.22.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ trust-dns-proto-0.21.2/Cargo.toml 2022-07-17T12:50:16.412525+00:00
|
+++ trust-dns-proto-0.22.0/Cargo.toml 2023-02-23T16:31:28.739251+00:00
|
||||||
@@ -182,7 +182,7 @@
|
@@ -207,6 +207,7 @@
|
||||||
|
|
||||||
[dev-dependencies.tokio]
|
[dev-dependencies.tokio]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
-features = ["rt", "time", "macros"]
|
features = [
|
||||||
+features = ["io-util", "rt", "time", "macros"]
|
+ "io-util",
|
||||||
|
"rt",
|
||||||
[features]
|
"time",
|
||||||
default = ["tokio-runtime"]
|
"macros",
|
||||||
@@ -198,7 +198,7 @@
|
@@ -274,6 +275,7 @@
|
||||||
mdns = ["socket2/all"]
|
]
|
||||||
serde-config = ["serde", "url/serde"]
|
|
||||||
testing = []
|
testing = []
|
||||||
-tokio-runtime = ["tokio/net", "tokio/rt", "tokio/time", "tokio/rt-multi-thread"]
|
tokio-runtime = [
|
||||||
+tokio-runtime = ["tokio/io-util", "tokio/net", "tokio/rt", "tokio/time", "tokio/rt-multi-thread"]
|
+ "tokio/io-util",
|
||||||
wasm-bindgen = ["wasm-bindgen-crate", "js-sys"]
|
"tokio/net",
|
||||||
[badges.codecov]
|
"tokio/rt",
|
||||||
branch = "main"
|
"tokio/time",
|
||||||
|
Loading…
Reference in new issue