1.0.0-alpha.14

This commit is contained in:
Graham Esau 2024-08-29 17:29:05 +01:00
parent bb72f0a4f7
commit 441249a53b
7 changed files with 14 additions and 8 deletions

View file

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