From 48de3c61f0792a0d67415ea2c237555d204ffa2c Mon Sep 17 00:00:00 2001 From: Evgenii Lepikhin Date: Sat, 30 Dec 2023 17:48:09 +0300 Subject: fix: Added missing patch --- .../packages/patches/rust-1.75-fix-rustix-build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch diff --git a/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch b/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch new file mode 100644 index 0000000..7d61706 --- /dev/null +++ b/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch @@ -0,0 +1,11 @@ +--- a/vendor/fd-lock/Cargo.toml 2023-05-31 14:44:48.000000000 -0700 ++++ b/vendor/fd-lock/Cargo.toml 2023-07-14 21:19:34.637702319 -0700 +@@ -42,7 +42,7 @@ + + [target."cfg(unix)".dependencies.rustix] + version = "0.38.0" +-features = ["fs"] ++features = ["fs", "cc"] + + [target."cfg(windows)".dependencies.windows-sys] + version = "0.48.0" -- cgit v1.2.3