Skip to content

Commit f0292b0

Browse files
committed
Remove itertools since it is unused
1 parent 608605a commit f0292b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1-grain"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
rust-version = "1.59.0"
66
license = "BSD-2-Clause"
@@ -13,7 +13,6 @@ documentation = "https://docs.rs/av1-grain"
1313
[dependencies]
1414
anyhow = "1.0.58"
1515
arrayvec = "0.7.2"
16-
itertools = { version = "0.12", optional = true }
1716
log = "0.4.17"
1817
nom = { version = "7.1.1", optional = true }
1918
num-rational = { version = "0.4.1", optional = true }
@@ -30,7 +29,7 @@ unstable = []
3029
create = []
3130
diff = ["num-rational", "v_frame"]
3231
estimate = ["v_frame"]
33-
parse = ["itertools", "nom"]
32+
parse = ["nom"]
3433
serialize = ["serde", "arrayvec/serde"]
3534

3635
[profile.release]

0 commit comments

Comments
 (0)