Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jun 12, 2022
1 parent 8a5604c commit b6994a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/stylist-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylist-core"
version = "0.10.0"
version = "0.10.1"
license = "MIT"
repository = "https://github.com/futursolo/stylist-rs"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions packages/stylist-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylist-macros"
version = "0.10.0"
version = "0.10.1"
edition = "2018"
license = "MIT"
repository = "https://github.com/futursolo/stylist-rs"
Expand All @@ -24,7 +24,7 @@ resolver = "2"
proc-macro = true

[dependencies]
stylist-core = { path = "../stylist-core", version = "0.10.0", features = ["parser"] }
stylist-core = { path = "../stylist-core", version = "0.10.1", features = ["parser"] }

litrs = "0.2.3"
proc-macro-error = "1.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylist"
version = "0.10.0"
version = "0.10.1"
license = "MIT"
repository = "https://github.com/futursolo/stylist-rs"
authors = [
Expand All @@ -19,8 +19,8 @@ resolver = "2"
crate-type = ["cdylib", "rlib"]

[dependencies]
stylist-core = { path = "../stylist-core", version = "0.10.0" }
stylist-macros = { path = "../stylist-macros", version = "0.10.0", optional = true }
stylist-core = { path = "../stylist-core", version = "0.10.1" }
stylist-macros = { path = "../stylist-macros", version = "0.10.1", optional = true }

once_cell = "1.8.0"
wasm-bindgen = "0.2.78"
Expand Down

0 comments on commit b6994a9

Please sign in to comment.