Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 17, 2023
1 parent 74c9321 commit dbf1438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .patches/macos_cargo_toml.patch
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit dbf1438

Please sign in to comment.