From 724f13220b9e7b969614429d41c1dc93de6cce5f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 11 Nov 2017 09:06:07 +0100 Subject: [PATCH 1/2] include LICENSE to sub-crates Signed-off-by: Igor Gnatenko --- macros/LICENSE | 1 + procedural-masquerade/LICENSE | 1 + 2 files changed, 2 insertions(+) create mode 120000 macros/LICENSE create mode 120000 procedural-masquerade/LICENSE diff --git a/macros/LICENSE b/macros/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/macros/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/procedural-masquerade/LICENSE b/procedural-masquerade/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/procedural-masquerade/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file From 54f065c5b2e3b33a21de6a6df59361d4c4356d00 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 11 Nov 2017 12:38:18 +0100 Subject: [PATCH 2/2] bump version Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- procedural-masquerade/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55dcc7aa..a36693d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.22.0" +version = "0.22.1" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4770b4b1..1e6fd3eb 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser-macros" -version = "0.3.0" +version = "0.3.1" authors = ["Simon Sapin "] description = "Procedural macros for cssparser" documentation = "https://docs.rs/cssparser-macros/" diff --git a/procedural-masquerade/Cargo.toml b/procedural-masquerade/Cargo.toml index 11f2da15..136b6941 100644 --- a/procedural-masquerade/Cargo.toml +++ b/procedural-masquerade/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procedural-masquerade" -version = "0.1.3" +version = "0.1.4" authors = ["Simon Sapin "] description = "macro_rules for making proc_macro_derive pretending to be proc_macro" documentation = "https://docs.rs/procedural-masquerade/"