Skip to content

Commit

Permalink
another bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kyclark committed Jan 29, 2025
1 parent 499febc commit 302adae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libsufr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsufr"
version = "0.7.5"
version = "0.7.6"
rust-version = "1.80"
edition = "2021"
description = "Parallel Construction of Suffix Arrays in Rust"
Expand Down
4 changes: 2 additions & 2 deletions sufr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sufr"
version = "0.7.5"
version = "0.7.6"
rust-version = "1.80"
edition = "2021"
description = "Parallel Construction of Suffix Arrays in Rust"
Expand All @@ -19,7 +19,7 @@ clap = { version = "4.5.13", features = ["derive"] }
env_logger = "0.11.5"
format_num = "0.1.0"
home = "0.5.9"
libsufr = { path = "../libsufr", version = "0.7.5" }
libsufr = { path = "../libsufr", version = "0.7.6" }
log = "0.4.22"
num_cpus = "1.16.0"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 302adae

Please sign in to comment.