diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a2f738..3cb979d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -158,10 +158,4 @@ ### Added - - New method `with_alignment` on `FileOptions`. - -## [0.8.3] - -### Changed - - - Reclassify `arbitrary` as a dev dependency. + - New method `with_alignment` on `FileOptions`. \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 542d429a..22b3bc46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ zstd = { version = "0.12.3", optional = true } [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies] crossbeam-utils = "0.8.15" -[target.'cfg(fuzzing)'.dev-dependencies] +[target.'cfg(fuzzing)'.dependencies] arbitrary = { version = "1.3.0", features = ["derive"] } [dev-dependencies]