Skip to content

Commit

Permalink
change: upgrade mzsignal and enable new AVX feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Sep 7, 2024
1 parent 8c437f8 commit 99e3306
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ indexmap = { version = "2.0.0", features = ["serde"] }
log = "0.4.20"
mzpeaks = { version = ">=0.20.0,<1.0.0" }
rayon = { version = ">=1.8.0,<2.0", optional = true }
mzsignal = { version = ">=0.22.0,<1.0.0", default-features = false, optional = true}
mzsignal = { version = ">=0.23.0,<1.0.0", default-features = false, optional = true, features = ['avx']}
md5 = "0.7.0"
tokio = { version = "1.32.0", optional = true, features = [
"macros",
Expand Down

0 comments on commit 99e3306

Please sign in to comment.