Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Don't lock minor version of memchr
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarcus committed Oct 21, 2023
1 parent 6fe99b5 commit b8fbe12
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 @@ -101,7 +101,7 @@ odbc-api = { version = "0.36", optional = true }
ahash = "0.8"

# For `LIKE` matching "contains" fast-path
memchr = { version = "2.6.4", optional = true }
memchr = { version = "2.6", optional = true }

# Support conversion to/from arrow-rs
arrow-buffer = { version = ">=40", optional = true }
Expand Down

0 comments on commit b8fbe12

Please sign in to comment.