diff --git a/Cargo.lock b/Cargo.lock index c5398d3362..4afe73e1ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,8 +707,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" [[package]] name = "funty" version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e" +source = "git+https://github.com/ferrilab/funty.git?rev=7ef0d890fbcd8b3def1635ac1a877fc298488446#7ef0d890fbcd8b3def1635ac1a877fc298488446" [[package]] name = "futures" diff --git a/Cargo.toml b/Cargo.toml index f997a04776..3c17362b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,5 +114,9 @@ version = "0.6.2" git = "https://github.com/Gilnaa/memoffset.git" rev = "2a74b62c26724ff9c67e4e3ad05378a1af53f195" +[patch.crates-io.funty] +git = "https://github.com/ferrilab/funty.git" +rev = "7ef0d890fbcd8b3def1635ac1a877fc298488446" + [profile.release] debug = true