1.0.0-alpha.12

This commit is contained in:
Graham Esau 2024-08-27 19:04:48 +01:00
parent f639598314
commit ae2b5f16c0
6 changed files with 8 additions and 8 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.11", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.12", features = ["chrono04"] }
```