1.0.0-alpha.4

This commit is contained in:
Graham Esau 2024-08-17 16:20:51 +01:00
parent 0af8f50086
commit 3c9e49d161
6 changed files with 15 additions and 7 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.3", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.4", features = ["chrono04"] }
```