1.0.0-alpha.7

This commit is contained in:
Graham Esau 2024-08-19 22:33:56 +01:00
parent 5d5837741c
commit 8fa61b09a4
6 changed files with 14 additions and 7 deletions

View file

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