Skip to content

Commit a3ce660

Browse files
committed
remove features from testing from symphonia dep
1 parent 23fe481 commit a3ce660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ claxon = { version = "0.4.2", optional = true }
1515
hound = { version = "3.3.1", optional = true }
1616
lewton = { version = "0.10", optional = true }
1717
minimp3_fixed = { version = "0.5.4", optional = true}
18-
symphonia = { version = "0.5.4", optional = true, default-features = false, features = ["aac", "isomp4"] }
18+
symphonia = { version = "0.5.4", optional = true, default-features = false }
1919
crossbeam-channel = { version = "0.5.8", optional = true }
2020
thiserror = "1.0.49"
2121

0 commit comments

Comments
 (0)