diff --git a/games/veloren/files/patch-common_src_lib.rs b/games/veloren/files/patch-common_src_lib.rs new file mode 100644 index 000000000000..bae4d9542b26 --- /dev/null +++ b/games/veloren/files/patch-common_src_lib.rs @@ -0,0 +1,10 @@ +--- common/src/lib.rs.orig 2021-05-08 07:26:33 UTC ++++ common/src/lib.rs +@@ -7,7 +7,6 @@ + arbitrary_enum_discriminant, + associated_type_defaults, + bool_to_option, +- const_checked_int_methods, + const_generics, + fundamental, + iter_map_while,