Unverified Commit 7297ffe6 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

kernelPatches.rust_1_78: init

parent 70386b02
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -89,4 +89,14 @@
    name = "rust-1.77.patch";
    patch = ./rust-1.77.patch;
  };

  rust_1_78 = {
    name = "rust-1.78.patch";
    patch = fetchpatch {
      name = "rust-1.78.patch";
      url = "https://lore.kernel.org/rust-for-linux/20240401212303.537355-4-ojeda@kernel.org/raw";
      excludes = [ "Documentation/process/changes.rst" ]; # Conflicts on 6.8.
      hash = "sha256-EZ+Qa9z1AtAv08e72M7BEsCZi9UK572gmW+AR62a8EM=";
    };
  };
}