Skip to content

Commit

Permalink
update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Oct 9, 2023
1 parent 74d296a commit 4f984ff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 46 deletions.
77 changes: 33 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rust-stemmers = "1.2.0"
serde = { version = "1.0", features = ["derive"] }
sled = "0.34.7"
snailquote = "0.3.1"
stop-words = "0.7.2"
stop-words = "0.8.0"
syntect = { version = "5", features = ["regex-fancy", "default-syntaxes", "default-themes", "html"], default-features = false }
tantivy = "0.21.0"
thiserror = "1"
Expand All @@ -51,7 +51,7 @@ whichlang = "0.1.0"
tikv-jemallocator = "0.5"

[profile.release]
lto = true
lto = "fat"
strip = true
codegen-units = 1
panic = "abort"

0 comments on commit 4f984ff

Please sign in to comment.