1.0.0-alpha.8

This commit is contained in:
Graham Esau 2024-08-21 16:19:58 +01:00
parent b4f214f6dc
commit f8974a951d
6 changed files with 11 additions and 7 deletions

View file

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