From 689c9b34aca15030ba05b5176f2465a81b58d193 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Fri, 6 Dec 2019 20:11:21 -0700
Subject: [PATCH] Modify patches in order to compile rust

---
 .cargo/config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cargo/config b/.cargo/config
index 24060f491..f44425379 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]
-- 
GitLab