Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyclark committed Jan 29, 2025
1 parent d9a66c2 commit 4f4895a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3"
version = "0.7.4"
rust-version = "1.80"
edition = "2021"
description = "Parallel Construction of Suffix Arrays in Rust"
Expand Down
2 changes: 1 addition & 1 deletion sufr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3" }
libsufr = { path = "../libsufr", version = "0.7.4" }
log = "0.4.22"
num_cpus = "1.16.0"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 4f4895a

Please sign in to comment.