diff options
Diffstat (limited to 'johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch')
| -rw-r--r-- | johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
