1.0.0-alpha.5

This commit is contained in:
Graham Esau 2024-08-17 19:50:04 +01:00
parent 89a34e7a63
commit 4b7e9ace01
6 changed files with 9 additions and 8 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.4", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.5", features = ["chrono04"] }
```