Moved assert_float_eq to dev-dependencies

This commit is contained in:
Jamie Hardt 2024-08-04 16:15:38 -07:00
parent 98c008d7ea
commit 0e3aaa9cea

View file

@ -18,7 +18,6 @@ minimp3_fixed = { version = "0.5.4", optional = true}
symphonia = { version = "0.5.4", optional = true, default-features = false }
crossbeam-channel = { version = "0.5.8", optional = true }
thiserror = "1.0.49"
assert_float_eq = "1.1.3"
[features]
default = ["flac", "vorbis", "wav", "mp3"]
@ -44,6 +43,7 @@ symphonia-aiff = ["symphonia/aiff", "symphonia/pcm"]
quickcheck = "0.9.2"
rstest = "0.18.2"
rstest_reuse = "0.6.0"
assert_float_eq = "1.1.3"
[[example]]
name = "music_m4a"