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 2, 2024
1 parent 8193c1c commit c2718d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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.0-alpha.2"
version = "0.1.0-alpha.3"
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.0-alpha.2", path = "./float-pigment" }
float-pigment-consistent-bincode = { version = "0.1.0-alpha.2", path = "./float-pigment-consistent-bincode", default-features = false }
float-pigment-css = { version = "0.1.0-alpha.2", path = "./float-pigment-css", default-features = false }
float-pigment-css-macro = { version = "0.1.0-alpha.2", path = "./float-pigment-css-macro" }
float-pigment-forest = { version = "0.1.0-alpha.2", path = "./float-pigment-forest" }
float-pigment-forest-macro = { version = "0.1.0-alpha.2", path = "./float-pigment-forest-macro" }
float-pigment-layout = { version = "0.1.0-alpha.2", path = "./float-pigment-layout" }
float-pigment-mlp = { version = "0.1.0-alpha.2", path = "./float-pigment-mlp" }
float-pigment = { version = "0.1.0-alpha.3", path = "./float-pigment" }
float-pigment-consistent-bincode = { version = "0.1.0-alpha.3", path = "./float-pigment-consistent-bincode", default-features = false }
float-pigment-css = { version = "0.1.0-alpha.3", path = "./float-pigment-css", default-features = false }
float-pigment-css-macro = { version = "0.1.0-alpha.3", path = "./float-pigment-css-macro" }
float-pigment-forest = { version = "0.1.0-alpha.3", path = "./float-pigment-forest" }
float-pigment-forest-macro = { version = "0.1.0-alpha.3", path = "./float-pigment-forest-macro" }
float-pigment-layout = { version = "0.1.0-alpha.3", path = "./float-pigment-layout" }
float-pigment-mlp = { version = "0.1.0-alpha.3", 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.0-alpha.2"
enum_total = 204
struct_total = 18

0 comments on commit c2718d6

Please sign in to comment.