Skip to content

Commit 302adae

Browse files
committed
another bump
1 parent 499febc commit 302adae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.5"
3+
version = "0.7.6"
44
rust-version = "1.80"
55
edition = "2021"
66
description = "Parallel Construction of Suffix Arrays in Rust"

sufr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sufr"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
rust-version = "1.80"
55
edition = "2021"
66
description = "Parallel Construction of Suffix Arrays in Rust"
@@ -19,7 +19,7 @@ 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.5" }
22+
libsufr = { path = "../libsufr", version = "0.7.6" }
2323
log = "0.4.22"
2424
num_cpus = "1.16.0"
2525
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)