remove features from testing from symphonia dep

This commit is contained in:
dvdsk 2024-06-06 23:41:09 +02:00
parent 23fe481fcb
commit a3ce66009f
No known key found for this signature in database
GPG key ID: 6CF9D20C5709A836

View file

@ -15,7 +15,7 @@ claxon = { version = "0.4.2", optional = true }
hound = { version = "3.3.1", optional = true }
lewton = { version = "0.10", optional = true }
minimp3_fixed = { version = "0.5.4", optional = true}
symphonia = { version = "0.5.4", optional = true, default-features = false, features = ["aac", "isomp4"] }
symphonia = { version = "0.5.4", optional = true, default-features = false }
crossbeam-channel = { version = "0.5.8", optional = true }
thiserror = "1.0.49"