diff options
Diffstat (limited to 'games/veloren-weekly/files/patch-vek')
-rw-r--r-- | games/veloren-weekly/files/patch-vek | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/veloren-weekly/files/patch-vek b/games/veloren-weekly/files/patch-vek index 2523cf2a6990..d571514be51c 100644 --- a/games/veloren-weekly/files/patch-vek +++ b/games/veloren-weekly/files/patch-vek @@ -9,8 +9,8 @@ error[E0658]: platform intrinsics are experimental and possibly buggy = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information = help: add `#![feature(platform_intrinsics)]` to the crate attributes to enable ---- ../vek-84d5cb65841d46599a986c5477341bea4456be26/build.rs.orig 2022-04-24 18:01:19 UTC -+++ ../vek-84d5cb65841d46599a986c5477341bea4456be26/build.rs +--- cargo-crates/vek-0.16.1/build.rs.orig 1970-01-01 00:00:00 UTC ++++ cargo-crates/vek-0.16.1/build.rs @@ -4,19 +4,6 @@ fn main() { fn main() { assert!(version().unwrap().major >= 1); |