Skip to content

Commit 4963560

Browse files
committed
fix: pin acdc dependency to specific version and revision in keri-sdk
1 parent e41067e commit 4963560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keriox_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rand = "0.8.5"
2323
reqwest = { version = "0.11", features = ["json"] }
2424
url = { version = "2.2.2", features = ["serde"] }
2525
tokio = { version = "1", features = ["full"] }
26-
acdc = { git = "https://github.com/THCLab/acdc-rust" }
26+
acdc = { git = "https://github.com/THCLab/acdc-rust", version = "0.1.0", rev = "8241338" }
2727

2828
[package.metadata.release]
2929
pre-release-hook = ["ls"]

0 commit comments

Comments
 (0)