diff --git a/.cargo/config b/.cargo/config index 24060f4917cdb81e1c5946049735a39697d545e7..f44425379d5af9f33cb9d75a963a312c2f2ce115 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,5 @@ paths = [ + "patches/jobserver-rs", "patches/mio", "patches/nix", "patches/tokio/tokio", @@ -9,7 +10,7 @@ paths = [ "patches/ring", "patches/tar-rs", "patches/termsize", - "patches/time", +# "patches/time", ] [target.aarch64-unknown-redox]