parent
dc402d77cc
commit
fb6b687113
@ -1,3 +1,4 @@
|
|||||||
/tokio-socks-0.2.2.crate
|
/tokio-socks-0.2.2.crate
|
||||||
/tokio-socks-0.3.0.crate
|
/tokio-socks-0.3.0.crate
|
||||||
/tokio-socks-0.5.1.crate
|
/tokio-socks-0.5.1.crate
|
||||||
|
/tokio-socks-0.5.2.crate
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
[package]
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"drop smol dev-dependency which is only used by disabled integration tests",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tests]
|
||||||
|
run = ["lib", "doc"]
|
||||||
|
comments = ["integration tests require internet access"]
|
||||||
|
|
@ -1 +1 @@
|
|||||||
SHA512 (tokio-socks-0.5.1.crate) = dc0ea053d11935646df436d19a653d18c7a495af1dd8dd0c02696dceabfa5b6e91f370072dae426848915f91c95f7c37a1f3835256e3e23b144b9380210fca2d
|
SHA512 (tokio-socks-0.5.2.crate) = ee0704ae63ccf65715bed2bb1b27f92042016e2cf4ea7c2dbb3799e60d068ab9a541ab3bf1a55523d8391351430b54c93829cb54f7290f47ee949e826c98342f
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
--- tokio-socks-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ tokio-socks-0.5.2/Cargo.toml 2024-07-28T12:12:39.491368+00:00
|
||||||
|
@@ -115,9 +115,6 @@
|
||||||
|
[dev-dependencies.once_cell]
|
||||||
|
version = "1.2.0"
|
||||||
|
|
||||||
|
-[dev-dependencies.smol]
|
||||||
|
-version = "2.0.0"
|
||||||
|
-
|
||||||
|
[dev-dependencies.tokio]
|
||||||
|
version = "1.0"
|
||||||
|
features = [
|
Loading…
Reference in new issue