From 502ab6505cd4c18c8fd97011949c87b8b6a31bd3 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 13 Dec 2018 14:01:44 -0800 Subject: [PATCH] Update rustfix to 0.4.4. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 478f51f54fe..354c5be89ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ log = "0.4.6" libgit2-sys = "0.7.9" num_cpus = "1.0" opener = "0.3.0" -rustfix = "0.4.3" +rustfix = "0.4.4" same-file = "1" semver = { version = "0.9.0", features = ["serde"] } serde = { version = "1.0.82", features = ['derive'] } @@ -108,6 +108,3 @@ doc = false deny-warnings = [] vendored-openssl = ['openssl/vendored'] pretty-env-logger = ['pretty_env_logger'] - -[patch.crates-io] -rustfix = {git="https://github.com/ehuss/rustfix", branch="pub-rendered"}