v1.0.0-alpha.2

This commit is contained in:
Graham Esau 2024-06-05 21:15:16 +01:00
parent 840315b2dd
commit 3150f98fc8
4 changed files with 6 additions and 6 deletions

View file

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