Skip to content

Commit

Permalink
benchmarks/stringzilla: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 24, 2024
1 parent 7fccf70 commit 060bde2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
47 changes: 28 additions & 19 deletions benchmarks/engines/stringzilla/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/stringzilla/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
publish = false
name = "main"
version = "3.8.4" # should match 'stringzilla' version below
version = "3.9.3" # should match 'stringzilla' version below
edition = "2021"

[workspace]

[dependencies]
anyhow = "1.0.72"
stringzilla = "=3.8.4"
stringzilla = "=3.9.3"

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

0 comments on commit 060bde2

Please sign in to comment.