We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41067e commit 4963560Copy full SHA for 4963560
keriox_sdk/Cargo.toml
@@ -23,7 +23,7 @@ rand = "0.8.5"
23
reqwest = { version = "0.11", features = ["json"] }
24
url = { version = "2.2.2", features = ["serde"] }
25
tokio = { version = "1", features = ["full"] }
26
-acdc = { git = "https://github.com/THCLab/acdc-rust" }
+acdc = { git = "https://github.com/THCLab/acdc-rust", version = "0.1.0", rev = "8241338" }
27
28
[package.metadata.release]
29
pre-release-hook = ["ls"]
0 commit comments