Skip to content

Commit 12d358d

Browse files
committed
benchmarks: update to stringzilla 3.12.3
1 parent 8c1e043 commit 12d358d

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

benchmarks/engines/stringzilla/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/engines/stringzilla/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
publish = false
33
name = "main"
4-
version = "3.9.3" # should match 'stringzilla' version below
4+
version = "3.12.3" # should match 'stringzilla' version below
55
edition = "2021"
66

77
[workspace]
88

99
[dependencies]
1010
anyhow = "1.0.72"
11-
stringzilla = "=3.9.3"
11+
stringzilla = "=3.12.3"
1212

1313
[dependencies.shared]
1414
path = "../../shared"

0 commit comments

Comments
 (0)