v0.6.0-doc

This commit is contained in:
Graham Esau 2019-12-07 23:46:02 +00:00
parent d92b741b9b
commit 529e3d4611
3 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name = "schemars"
description = "Generate JSON Schemas from Rust code"
repository = "https://github.com/GREsau/schemars"
version = "0.5.1"
version = "0.6.0-doc"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
@ -12,7 +12,7 @@ categories = ["encoding"]
build = "build.rs"
[dependencies]
schemars_derive = { version = "0.5.0", path = "../schemars_derive" }
schemars_derive = { version = "0.6.0-doc", path = "../schemars_derive" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", default-features = false, optional = true }