1.0.0-alpha.11

This commit is contained in:
Graham Esau 2024-08-24 14:38:55 +01:00
parent df06fc5f66
commit 26366d112d
6 changed files with 14 additions and 7 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.10", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.11", features = ["chrono04"] }
```