Reclassify arbitrary as a dev dependency

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

View file

@ -158,4 +158,10 @@
### Added
- New method `with_alignment` on `FileOptions`.
- New method `with_alignment` on `FileOptions`.
## [0.8.3]
### Changed
- Reclassify `arbitrary` as a dev dependency.

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)'.dependencies]
[target.'cfg(fuzzing)'.dev-dependencies]
arbitrary = { version = "1.3.0", features = ["derive"] }
[dev-dependencies]