Remove enumset optional dependency (#339)
The `JsonSchema` impl for `EnumSet` did not accurately represent how it is de/serialized by default
This commit is contained in:
parent
6a03758284
commit
65346d6683
8 changed files with 7 additions and 98 deletions
|
@ -23,10 +23,9 @@ All optional dependencies are now suffixed by their version:
|
|||
- `url` is now `url2`
|
||||
- `bytes` is now `bytes1`
|
||||
- `rust_decimal` is now `rust_decimal1`
|
||||
- `enumset` is now `enumset1`
|
||||
- `smol_str` is now `smol_str02`
|
||||
- `semver` is now `semver1`
|
||||
- `indexmap`, `uuid08`, `arrayvec05` and `bigdecimal03` have been removed
|
||||
- `enumset`, `indexmap`, `uuid08`, `arrayvec05` and `bigdecimal03` have been removed
|
||||
- `indexmap2`, `arrayvec07` and `bigdecimal04` are unchanged
|
||||
|
||||
## `Schema` is now a wrapper around `serde_json::Value`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue