Skip to content

Commit

Permalink
chore: update version to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Dec 26, 2024
1 parent ba54c27 commit 76b1c41
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.2.0"
authors = ["LastLeaf <[email protected]>", "TtTRz <[email protected]>"]
categories = ["gui", "wasm"]
edition = "2021"
Expand All @@ -22,14 +22,14 @@ license = "MIT"
repository = "https://github.com/wechat-miniprogram/float-pigment"

[workspace.dependencies]
float-pigment = { version = "0.1.1", path = "./float-pigment" }
float-pigment-consistent-bincode = { version = "0.1.1", path = "./float-pigment-consistent-bincode", default-features = false }
float-pigment-css = { version = "0.1.1", path = "./float-pigment-css", default-features = false }
float-pigment-css-macro = { version = "0.1.1", path = "./float-pigment-css-macro" }
float-pigment-forest = { version = "0.1.1", path = "./float-pigment-forest" }
float-pigment-forest-macro = { version = "0.1.1", path = "./float-pigment-forest-macro" }
float-pigment-layout = { version = "0.1.1", path = "./float-pigment-layout" }
float-pigment-mlp = { version = "0.1.1", path = "./float-pigment-mlp" }
float-pigment = { version = "0.2.0", path = "./float-pigment" }
float-pigment-consistent-bincode = { version = "0.2.0", path = "./float-pigment-consistent-bincode", default-features = false }
float-pigment-css = { version = "0.2.0", path = "./float-pigment-css", default-features = false }
float-pigment-css-macro = { version = "0.2.0", path = "./float-pigment-css-macro" }
float-pigment-forest = { version = "0.2.0", path = "./float-pigment-forest" }
float-pigment-forest-macro = { version = "0.2.0", path = "./float-pigment-forest-macro" }
float-pigment-layout = { version = "0.2.0", path = "./float-pigment-layout" }
float-pigment-mlp = { version = "0.2.0", path = "./float-pigment-mlp" }

[profile.release]
opt-level = 's'
Expand Down
2 changes: 1 addition & 1 deletion float-pigment-css/compile_cache/publish/version.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "0.1.0"
version = "0.1.1"
enum_total = 204
struct_total = 18

0 comments on commit 76b1c41

Please sign in to comment.