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/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/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/" 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