We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099e1d commit c8b7b54Copy full SHA for c8b7b54
Cargo.toml
@@ -22,7 +22,7 @@ bitcoin = { version = "0.32", features = ["serde", "std"], default-features = fa
22
hex = { version = "0.2", package = "hex-conservative" }
23
log = "^0.4"
24
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
25
-async_minreq = { path = "https://github.com/BEULAHEVANJALIN/async-minreq", default-features = false, features = ["json-using-serde"], optional = true }
+async_minreq = { git = "https://github.com/BEULAHEVANJALIN/async-minreq", default-features = false, features = ["json-using-serde"], optional = true }
26
27
# default async runtime
28
tokio = { version = "1", features = ["time"], optional = true }
0 commit comments