From fd61a017c402da84dac4c0e74441b9d3029132b0 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Fri, 25 Oct 2024 12:33:09 +0200 Subject: [PATCH] Bump version numbers --- Cargo.lock | 12 ++++++------ ansi/Cargo.toml | 4 ++-- core/Cargo.toml | 6 +++--- html/Cargo.toml | 4 ++-- macros/Cargo.toml | 4 ++-- style/Cargo.toml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38e98e2..cd7209f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "askama_escape" @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "stylish-ansi" -version = "0.1.1" +version = "0.1.2" dependencies = [ "stylish", "stylish-core", @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "stylish-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "stylish", "stylish-macros", @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "stylish-html" -version = "0.1.1" +version = "0.1.2" dependencies = [ "askama_escape", "stylish", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "stylish-macros" -version = "0.1.1" +version = "0.1.2" dependencies = [ "nom", "proc-macro2", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "stylish-style" -version = "0.1.0" +version = "0.1.1" dependencies = [ "stylish", ] diff --git a/ansi/Cargo.toml b/ansi/Cargo.toml index b49e775..78bd06e 100644 --- a/ansi/Cargo.toml +++ b/ansi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylish-ansi" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Nullus157/stylish-rs" license = "MIT OR Apache-2.0" @@ -16,7 +16,7 @@ macros = ["stylish-core/macros"] [dependencies] stylish-core.default-features = false stylish-core.path = "../core" -stylish-core.version = "0.1.0" +stylish-core.version = "0.1.2" [dev-dependencies] stylish.path = ".." diff --git a/core/Cargo.toml b/core/Cargo.toml index bef2257..ec4af9b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylish-core" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Nullus157/stylish-rs" license = "MIT OR Apache-2.0" @@ -19,11 +19,11 @@ with_builtin_macros.version = "0.0.3" with_builtin_macros.optional = true stylish-macros.default-features = false stylish-macros.path = "../macros" -stylish-macros.version = "=0.1.1" +stylish-macros.version = "=0.1.2" stylish-macros.optional = true stylish-style.default-features = false stylish-style.path = "../style" -stylish-style.version = "=0.1.0" +stylish-style.version = "=0.1.1" [dev-dependencies] stylish.path = ".." diff --git a/html/Cargo.toml b/html/Cargo.toml index 0f68549..6e0d285 100644 --- a/html/Cargo.toml +++ b/html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylish-html" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Nullus157/stylish-rs" license = "MIT OR Apache-2.0" @@ -18,7 +18,7 @@ askama_escape.default-features = false askama_escape.version = "0.10.3" stylish-core.default-features = false stylish-core.path = "../core" -stylish-core.version = "0.1.0" +stylish-core.version = "0.1.2" [dev-dependencies] stylish.path = ".." diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d44f288..8085b54 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylish-macros" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Nullus157/stylish-rs" license = "MIT OR Apache-2.0" @@ -23,7 +23,7 @@ syn.features = ["full", "parsing", "proc-macro", "printing"] syn.version = "1.0.102" stylish-style.default-features = false stylish-style.features = ["alloc"] -stylish-style.version = "=0.1.0" +stylish-style.version = "=0.1.1" stylish-style.path = "../style" unicode-ident.default-features = false unicode-ident.version = "1.0.3" diff --git a/style/Cargo.toml b/style/Cargo.toml index ee8d8a0..99c986c 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylish-style" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/Nullus157/stylish-rs" license = "MIT OR Apache-2.0"