Commit 1cf3dfd
fix(deps): Keep schemars at 0.8 for typify 0.6 compatibility
schemars 1.x removed `schema::RootSchema` and made the `schema` module
private, breaking `tools/gen-types/src/main.rs` which uses both
`RootSchema` and `Schema`. typify 0.6 still requires schemars 0.8, so we
cannot upgrade the schemars dependency in gen-types until typify ships a
release compatible with schemars 1.x.
Keeps the serde_json 1.0.149 → 1.0.150 bump from this PR.
Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>1 parent 51c52fe commit 1cf3dfd
2 files changed
Lines changed: 4 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments