Revert "Reclassify arbitrary as a dev dependency"

This reverts commit 9ff418e373.
This commit is contained in:
Chris Hennick 2023-05-16 09:14:50 -07:00
parent 9ff418e373
commit fc5c0ccd7d
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
2 changed files with 2 additions and 8 deletions

View file

@ -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`.

View file

@ -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]