diff --git a/ferment-example/app/Cargo.toml b/ferment-example/app/Cargo.toml index f8cafca..77f7bc8 100644 --- a/ferment-example/app/Cargo.toml +++ b/ferment-example/app/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/nested/Cargo.toml b/ferment-example/nested/Cargo.toml index 51c95f5..6da5abc 100644 --- a/ferment-example/nested/Cargo.toml +++ b/ferment-example/nested/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/platform/Cargo.toml b/ferment-example/platform/Cargo.toml index 9c44414..465fe32 100644 --- a/ferment-example/platform/Cargo.toml +++ b/ferment-example/platform/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] anyhow = { version = "1.0.75" } -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true grovedb-version = "2.1.0"