Skip to content

Commit

Permalink
Merge pull request #1330 from GuillaumeGomez/downgrade
Browse files Browse the repository at this point in the history
Downgrade memchr minimum version to 2.5.0 and remove `Cargo.lock` file
  • Loading branch information
GuillaumeGomez authored Aug 1, 2024
2 parents 73114db + 4fe644b commit 87ac0dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cargo-args = ["-Zbuild-std"]
rustdoc-args = ["--generate-link-to-definition"]

[dependencies]
memchr = { version = "2.7.1", optional = true }
memchr = { version = "2.5", optional = true }
rayon = { version = "^1.8", optional = true }
serde = { version = "^1.0.190", optional = true }

Expand Down

0 comments on commit 87ac0dd

Please sign in to comment.