From 2c4f394a2d5f0a715361621eb3a83f56ea878d1a Mon Sep 17 00:00:00 2001 From: xdustinface Date: Fri, 19 Dec 2025 00:55:29 +1100 Subject: [PATCH] feat: Bump `rs-x11-hash` to `0.1.9` for windows support Bumps `rs-x11-hash` to `0.1.9` which now supports windows build. This is one part of the puzzle for the Windows support in the CI overhaul PR #253. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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