diff --git a/Cargo.toml b/Cargo.toml index 33c2aaac8..b6bfc4b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ version = "0.40.0" [patch.crates-io] dashcore_hashes = { path = "hashes" } +# Use directly from GitHub while we don't have ownership of the crate on crates.io +rs-x11-hash = { git = "https://github.com/dashpay/rs-x11-hash", tag = "0.1.9" } [profile.release] # Default to unwinding for most crates