diff --git a/Cargo.toml b/Cargo.toml index ee9ab53..ae1a338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_qt_binding_generator" -version = "0.2.2" +version = "0.3.0" authors = ["Jos van den Oever "] description = "Generate code to build Qt applications with Rust" license = "AGPL-3.0-or-later" @@ -13,7 +13,7 @@ cc = { version = "1", features = ["parallel"] } clap = "2" regex= "1" serde = "1.0" +serde-xml-rs = "0.2.1" serde_derive = "1.0" serde_json = "1.0" -serde-xml-rs = "0.2.1" toml = "0.4.10" diff --git a/ChangeLog b/ChangeLog index 858cc5f..536223b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.3.0 (2019-01-21) + - Add function to Build to choose Qt modules to link to 0.2.2 (2018-12-10) - Fix build with rust <= 1.30 0.2.1 (2018-12-10)