1.0.0-alpha.15

This commit is contained in:
Graham Esau 2024-09-05 13:02:19 +01:00
parent 05325d2b7c
commit 4a526adf30
6 changed files with 8 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.14", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.15", features = ["chrono04"] }
```