Skip to content

Commit

Permalink
Fixing esaxx by using slower rust version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Oct 5, 2023
1 parent dbba0d7 commit 82b7b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ itertools = "0.11"
[dependencies.tokenizers]
version = "0.14.1-dev.0"
path = "../../tokenizers"
default-features = false
# features = ["progressbar", "onig", "esaxx_fast"]
features = ["progressbar", "onig"]

[dev-dependencies]
tempfile = "3.8"
Expand Down

0 comments on commit 82b7b78

Please sign in to comment.