1.0.0-alpha.17

This commit is contained in:
Graham Esau 2024-12-02 22:19:33 +00:00
parent b54680e7dc
commit ae4fe29592
6 changed files with 13 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.16", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.17", features = ["chrono04"] }
```