Skip to content

Commit

Permalink
benchmarks: fix memchr version
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 28, 2023
1 parent c4bd85f commit 5af6e98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions benchmarks/engines/rust-memchr/Cargo.lock

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

4 changes: 2 additions & 2 deletions benchmarks/engines/rust-memchr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
publish = false
name = "main"
version = "2.5.0" # should match 'memchr' version below
version = "2.6.0" # should match 'memchr' version below
edition = "2021"

[workspace]

[dependencies]
anyhow = "1.0.72"
memchr = { version = "=2.5.0", path = "../../../" }
memchr = { version = "=2.6.0", path = "../../../" }

[dependencies.shared]
path = "../../shared"
Expand Down

0 comments on commit 5af6e98

Please sign in to comment.