summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-fix-get-toml-when-test.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:34 +0000
commit77fdce1bf4c27e4eb918ea3149a771325e81b5d4 (patch)
tree71a84af5d4b916e41fd7ffa527fc3f0146d62080 /debian/patches/u-fix-get-toml-when-test.patch
parentMerging upstream version 1.67.1+dfsg1. (diff)
downloadrustc-77fdce1bf4c27e4eb918ea3149a771325e81b5d4.tar.xz
rustc-77fdce1bf4c27e4eb918ea3149a771325e81b5d4.zip
Merging debian version 1.67.1+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/u-fix-get-toml-when-test.patch')
-rw-r--r--debian/patches/u-fix-get-toml-when-test.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/u-fix-get-toml-when-test.patch b/debian/patches/u-fix-get-toml-when-test.patch
index 229bd1432..a9dd0fee0 100644
--- a/debian/patches/u-fix-get-toml-when-test.patch
+++ b/debian/patches/u-fix-get-toml-when-test.patch
@@ -8,7 +8,7 @@ Last-Update: 2023-03-29
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/bootstrap/config.rs
+++ b/src/bootstrap/config.rs
-@@ -896,9 +896,9 @@
+@@ -907,9 +907,9 @@
config.stage0_metadata = t!(serde_json::from_slice::<Stage0Metadata>(&stage0_json));