1.0.0-alpha.16

This commit is contained in:
Graham Esau 2024-11-25 10:43:43 +00:00
parent 95023c2ab0
commit b54680e7dc
6 changed files with 8 additions and 8 deletions

View file

@ -30,5 +30,5 @@ For example, to implement `JsonSchema` on types from `chrono`, enable it as a fe
```toml
[dependencies]
schemars = { version = "1.0.0-alpha.15", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.16", features = ["chrono04"] }
```