v0.1.9
This commit is contained in:
parent
9a202a34b8
commit
7e8f5b6785
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
name = "schemars"
|
||||
description = "Generate JSON Schemas from Rust code"
|
||||
repository = "https://github.com/GREsau/schemars"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
keywords = ["rust", "json-schema", "serde"]
|
||||
|
||||
[dependencies]
|
||||
schemars_derive = { version = "0.1.7", path = "../schemars_derive" }
|
||||
schemars_derive = { version = "0.1.9", path = "../schemars_derive" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4", default-features = false, optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue