diff options
Diffstat (limited to 'lang/rust/patches/0001-Update-xz2-and-use-it-static.patch')
-rw-r--r-- | lang/rust/patches/0001-Update-xz2-and-use-it-static.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch b/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch index 2360136a7..971ddac49 100644 --- a/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch +++ b/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch @@ -11,7 +11,7 @@ Subject: [PATCH] Update xz2 and use it static --- a/src/bootstrap/Cargo.lock +++ b/src/bootstrap/Cargo.lock -@@ -391,9 +391,9 @@ dependencies = [ +@@ -384,9 +384,9 @@ dependencies = [ [[package]] name = "lzma-sys" @@ -23,7 +23,7 @@ Subject: [PATCH] Update xz2 and use it static dependencies = [ "cc", "libc", -@@ -834,9 +834,9 @@ dependencies = [ +@@ -827,9 +827,9 @@ dependencies = [ [[package]] name = "xz2" @@ -37,7 +37,7 @@ Subject: [PATCH] Update xz2 and use it static ] --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml -@@ -57,7 +57,7 @@ tar = "0.4" +@@ -56,7 +56,7 @@ tar = "0.4" termcolor = "1.2.0" toml = "0.5" walkdir = "2" |