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.21.2/Cargo.toml 2022-07-17T12:50:16.412525+00:00
|
||||
@@ -182,7 +182,7 @@
|
||||
|
||||
--- 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 = ["rt", "time", "macros"]
|
||||
+features = ["io-util", "rt", "time", "macros"]
|
||||
|
||||
[features]
|
||||
default = ["tokio-runtime"]
|
||||
@@ -198,7 +198,7 @@
|
||||
mdns = ["socket2/all"]
|
||||
serde-config = ["serde", "url/serde"]
|
||||
features = [
|
||||
+ "io-util",
|
||||
"rt",
|
||||
"time",
|
||||
"macros",
|
||||
@@ -274,6 +275,7 @@
|
||||
]
|
||||
testing = []
|
||||
-tokio-runtime = ["tokio/net", "tokio/rt", "tokio/time", "tokio/rt-multi-thread"]
|
||||
+tokio-runtime = ["tokio/io-util", "tokio/net", "tokio/rt", "tokio/time", "tokio/rt-multi-thread"]
|
||||
wasm-bindgen = ["wasm-bindgen-crate", "js-sys"]
|
||||
[badges.codecov]
|
||||
branch = "main"
|
||||
tokio-runtime = [
|
||||
+ "tokio/io-util",
|
||||
"tokio/net",
|
||||
"tokio/rt",
|
||||
"tokio/time",
|
||||
|
Loading…
Reference in new issue