summaryrefslogtreecommitdiff
path: root/dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-12-10 06:51:00 +1000
committerMatt Jolly <kangie@gentoo.org>2025-01-19 18:29:58 +1000
commitc812a78aee150ad3e2f28d97e56095243e663729 (patch)
tree5998f557f67fd833f1da247f358bfe5a0dd58699 /dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch
parent1ef1488a24a62b623b323476051ed58a57619ba4 (diff)
downloadgentoo-c812a78aee150ad3e2f28d97e56095243e663729.tar.gz
gentoo-c812a78aee150ad3e2f28d97e56095243e663729.tar.bz2
gentoo-c812a78aee150ad3e2f28d97e56095243e663729.zip
dev-lang/mrustc: add 0.11.2; live
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch')
-rw-r--r--dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch b/dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch
new file mode 100644
index 000000000000..ed459819b301
--- /dev/null
+++ b/dev-lang/mrustc/files/mrustc-0.11.0-default-to-rust-1_74.patch
@@ -0,0 +1,19 @@
+From f422e43cc314e4cfda059ddb63d31973c9e8b5b7 Mon Sep 17 00:00:00 2001
+From: Matt Jolly <kangie@gentoo.org>
+Date: Tue, 17 Dec 2024 17:55:59 +1000
+Subject: [PATCH] default to Rust 1_74
+
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -39,7 +39,7 @@
+ # undef max
+ #endif
+
+-TargetVersion gTargetVersion = TargetVersion::Rustc1_29;
++TargetVersion gTargetVersion = TargetVersion::Rustc1_74;
+
+ struct ProgramParams
+ {
+--
+2.47.1
+