Skip to content

Commit cc751fc

Browse files
committed
bumping version to trigger release build
1 parent 6c52aec commit cc751fc

2 files changed

Lines changed: 3 additions & 3 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.10"
3+
version = "0.7.11"
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.10"
3+
version = "0.7.11"
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.10" }
22+
libsufr = { path = "../libsufr", version = "0.7.11" }
2323
log = "0.4.22"
2424
num_cpus = "1.16.0"
2525
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)