File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.16] - 2023-11-11
4+
5+ ### Fixed:
6+
7+ - Reduce size of MIR output (and improve release-mode compile time) when deriving ` JsonSchema `
8+
39## [ 0.8.15] - 2023-09-17
410
511### Added:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "schemars"
33description = " Generate JSON Schemas from Rust code"
44homepage = " https://graham.cool/schemars/"
55repository = " https://github.com/GREsau/schemars"
6- version = " 0.8.15 "
6+ version = " 0.8.16 "
77authors = [" Graham Esau <gesau@hotmail.co.uk>" ]
88edition = " 2021"
99license = " MIT"
@@ -14,7 +14,7 @@ build = "build.rs"
1414rust-version = " 1.60"
1515
1616[dependencies ]
17- schemars_derive = { version = " =0.8.15 " , optional = true , path = " ../schemars_derive" }
17+ schemars_derive = { version = " =0.8.16 " , optional = true , path = " ../schemars_derive" }
1818serde = { version = " 1.0" , features = [" derive" ] }
1919serde_json = " 1.0.25"
2020dyn-clone = " 1.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "schemars_derive"
33description = " Macros for #[derive(JsonSchema)], for use with schemars"
44homepage = " https://graham.cool/schemars/"
55repository = " https://github.com/GREsau/schemars"
6- version = " 0.8.15 "
6+ version = " 0.8.16 "
77authors = [" Graham Esau <gesau@hotmail.co.uk>" ]
88edition = " 2021"
99license = " MIT"
You can’t perform that action at this time.
0 commit comments