-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13853d8
commit 2a0fe11
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "nucleo" | ||
description = "plug and play high performance fuzzy matcher" | ||
authors = ["Pascal Kuthe <[email protected]>"] | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
repository = "https://github.com/helix-editor/nucleo" | ||
|
@@ -12,7 +12,7 @@ exclude = ["/typos.toml", "/tarpaulin.toml"] | |
[lib] | ||
|
||
[dependencies] | ||
nucleo-matcher = { version = "0.2.0", path = "matcher" } | ||
nucleo-matcher = { version = "0.3.0", path = "matcher" } | ||
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]} | ||
rayon = "1.7.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "nucleo-matcher" | ||
description = "plug and play high performance fuzzy matcher" | ||
authors = ["Pascal Kuthe <[email protected]>"] | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
repository = "https://github.com/helix-editor/nucleo" | ||
|