Skip to content

Commit 7420d05

Browse files
committed
Make: Mark 1.0.0
1 parent f26b193 commit 7420d05

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "stringwars"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2018"
55

66
[dependencies]
77
criterion = "0.7.0"
8-
stringzilla = { version = "4.0.9", features = ["cpus"] }
8+
stringzilla = { version = "4.0.11", features = ["cpus"] }
99

1010
# To use a local version of StringZilla, set the path:
1111
# stringzilla = { path = "../StringZilla/", features = ["cpus"] }
@@ -84,7 +84,7 @@ version = "0.5.0"
8484
optional = true
8585

8686
[dependencies.fork_union]
87-
version = "2.2.7"
87+
version = "2.2.9"
8888
optional = true
8989

9090
[dependencies.stringtape]

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stringwars"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Python benchmarking harness to complement StringWa.rs benches"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)