v1.0.0-alpha.3

This commit is contained in:
Graham Esau 2024-08-10 13:40:05 +01:00
parent 56ebd54c6c
commit 7bcd200a21
5 changed files with 7 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.2", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.3", features = ["chrono04"] }
```