fixup benchmark

This commit is contained in:
Pascal Kuthe 2023-12-22 19:47:10 +01:00
parent 2a0fe11e39
commit 4a04baf6ba
No known key found for this signature in database
GPG Key ID: D715E8655AE166A6
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -152,7 +152,7 @@ dependencies = [
[[package]] [[package]]
name = "nucleo" name = "nucleo"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"nucleo-matcher", "nucleo-matcher",
"parking_lot", "parking_lot",
@ -161,7 +161,7 @@ dependencies = [
[[package]] [[package]]
name = "nucleo-matcher" name = "nucleo-matcher"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"cov-mark", "cov-mark",
"memchr", "memchr",

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nucleo = { version = "0.2", path = "../" } nucleo = { version = "0.3", path = "../" }
brunch = "0.5.0" brunch = "0.5.0"
fuzzy-matcher = "0.3.7" fuzzy-matcher = "0.3.7"
walkdir = "2" walkdir = "2"