Skip to content

Commit

Permalink
Remove itertools since it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jan 4, 2024
1 parent 608605a commit f0292b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av1-grain"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
rust-version = "1.59.0"
license = "BSD-2-Clause"
Expand All @@ -13,7 +13,6 @@ documentation = "https://docs.rs/av1-grain"
[dependencies]
anyhow = "1.0.58"
arrayvec = "0.7.2"
itertools = { version = "0.12", optional = true }
log = "0.4.17"
nom = { version = "7.1.1", optional = true }
num-rational = { version = "0.4.1", optional = true }
Expand All @@ -30,7 +29,7 @@ unstable = []
create = []
diff = ["num-rational", "v_frame"]
estimate = ["v_frame"]
parse = ["itertools", "nom"]
parse = ["nom"]
serialize = ["serde", "arrayvec/serde"]

[profile.release]
Expand Down

0 comments on commit f0292b0

Please sign in to comment.