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