Skip to content

Commit

Permalink
More build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Mar 31, 2024
1 parent f9f23eb commit 132176a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ rusqlite_migration = "1.0.2"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
tantivy = "0.21.0"
tantivy = "0.21.1"
tempfile = "3.8.0"
thiserror = "1.0.48"
typeshare = "1.0.1"
url = "2.4.1"
ustr = { version = "0.9.0", features = ["serialization"] }
walkdir = "2.4.0"
# This is a workaround for a compile issue in the CI. See: https://github.com/gyscos/zstd-rs/issues/270#issuecomment-2026322823
zstd-sys = "=2.0.9"

[profile.bench]
debug = true

0 comments on commit 132176a

Please sign in to comment.