Skip to content

Commit 6b5461d

Browse files
committed
version bump
1 parent da01f19 commit 6b5461d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

libsufr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsufr"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
rust-version = "1.80"
55
edition = "2021"
66
description = "Parallel Construction of Suffix Arrays in Rust"

sufr/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sufr"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
rust-version = "1.80"
55
edition = "2021"
66
description = "Parallel Construction of Suffix Arrays in Rust"
@@ -19,13 +19,13 @@ clap = { version = "4.5.13", features = ["derive"] }
1919
env_logger = "0.11.5"
2020
format_num = "0.1.0"
2121
home = "0.5.9"
22-
libsufr = { path = "../libsufr", version = "0.7.9" }
22+
libsufr = { path = "../libsufr", version = "0.7.10" }
2323
log = "0.4.22"
2424
num_cpus = "1.16.0"
2525
pretty_assertions = "1.4.0"
2626
rayon = "1.10.0"
2727
regex = "1.10.6"
28-
tabled = "0.17.0"
28+
tabled = "0.18.0"
2929
textwrap = "0.16.1"
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)