diff --git a/dash-sdk-android/src/main/rust/Cargo.toml b/dash-sdk-android/src/main/rust/Cargo.toml index 4962173..8ca3a8e 100644 --- a/dash-sdk-android/src/main/rust/Cargo.toml +++ b/dash-sdk-android/src/main/rust/Cargo.toml @@ -22,7 +22,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } drive = { path = "../../../../../platform/packages/rs-drive", default-features = false, features = [ "verify", "serde", diff --git a/dash-sdk-bindings/Cargo.toml b/dash-sdk-bindings/Cargo.toml index 648968f..5cb3a97 100644 --- a/dash-sdk-bindings/Cargo.toml +++ b/dash-sdk-bindings/Cargo.toml @@ -27,7 +27,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } [build-dependencies] cbindgen = "0.26.0" ferment-sys = { git = "https://github.com/dashpay/ferment", tag = "v0.2.3", package = "ferment-sys", features = ["cbindgen_only"] } diff --git a/platform-mobile/Cargo.toml b/platform-mobile/Cargo.toml index bcbe14f..bea766b 100644 --- a/platform-mobile/Cargo.toml +++ b/platform-mobile/Cargo.toml @@ -45,10 +45,10 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } -dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } +dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore", rev = "5114330ae564858803d656efba84bb4adacb2a2e" } # dashcore-rpc is only needed for core rpc; TODO remove once we have correct core rpc impl -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "5114330ae564858803d656efba84bb4adacb2a2e" } rand = "0.8.5" base64 = "0.13" tonic = { version = "0.11", features = [