1.0.0-alpha.13

This commit is contained in:
Graham Esau 2024-08-27 19:27:42 +01:00
parent d7ff81de96
commit 1c47af475f
6 changed files with 13 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.12", features = ["chrono04"] }
schemars = { version = "1.0.0-alpha.13", features = ["chrono04"] }
```