Skip to content

Commit

Permalink
fix regex build
Browse files Browse the repository at this point in the history
  • Loading branch information
saroh committed May 16, 2022
1 parent b15e964 commit b513f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ base64 = "0.13.0"
byteorder = "1.4.3"
crc32fast = "1.3.2"
once_cell = "1.10.0"
regex ={ version = "1.5.5", default-features = false, features = ["std"] }
regex ={ version = "1.5.5", default-features = false, features = ["std", "unicode"] }
tantivy-fst = "0.3.0"
memmap2 = { version = "0.5.3", optional = true }
lz4_flex = { version = "0.9.2", default-features = false, features = ["checked-decode"], optional = true }
Expand Down

0 comments on commit b513f34

Please sign in to comment.