Skip to content

Commit

Permalink
Merge branch 'master' into sj/strum
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jun 23, 2023
2 parents 18e926b + e0203ed commit 55b2ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ bytecount = "0.6"
csv = "1.1"
num-traits = "0.2"
num-integer = "0.1"
itertools = ">= 0.8, < 0.11"
itertools = ">=0.8, <0.12"
itertools-num = "0.1"
bv = { version = "0.11", features = ["serde"] }
bit-set = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
bio = {path = ".."}
itertools = "0.8"
itertools = ">=0.8, <0.12"

[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
Expand Down

0 comments on commit 55b2ec8

Please sign in to comment.