v0.3.0
This commit is contained in:
parent
67028aceed
commit
bde26bcc47
2 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
name = "schemars"
|
||||
description = "Generate JSON Schemas from Rust code"
|
||||
repository = "https://github.com/GREsau/schemars"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
keywords = ["rust", "json-schema", "serde"]
|
||||
|
||||
[dependencies]
|
||||
schemars_derive = { version = "0.2.0", path = "../schemars_derive" }
|
||||
schemars_derive = { version = "0.3.0", path = "../schemars_derive" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4", default-features = false, optional = true }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "schemars_derive"
|
||||
description = "Macros for #[derive(JsonSchema)], for use with schemars"
|
||||
repository = "https://github.com/GREsau/schemars"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue