Reclassify arbitrary
as a dev dependency
This commit is contained in:
parent
5d16fa250c
commit
9ff418e373
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue