From dbf1438f240e5912a8186a70c8cca44877ee5f5c Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 17 Jul 2023 17:23:53 +0200 Subject: [PATCH] Fix patch --- .patches/macos_cargo_toml.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.patches/macos_cargo_toml.patch b/.patches/macos_cargo_toml.patch index c892f3dd4c..08e1e10e43 100644 --- a/.patches/macos_cargo_toml.patch +++ b/.patches/macos_cargo_toml.patch @@ -1,10 +1,10 @@ diff --git a/Cargo.toml b/Cargo.toml -index a7c6785f..6bc909bc 100644 +index e00fa5df9..209f94d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -35,3 +35,12 @@ inherits = "release" +@@ -25,3 +25,12 @@ codegen-units = 1 + inherits = "release" lto = true - panic = "abort" strip = "symbols" + +[workspace.metadata.patch.librocksdb-sys]