Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Oct 25, 2024
1 parent 8d74f03 commit fd61a01
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ansi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = ".."
Expand Down
6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = ".."
Expand Down
4 changes: 2 additions & 2 deletions html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = ".."
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion style/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fd61a01

Please sign in to comment.