Skip to content

Commit 351b38d

Browse files
committed
chore: update version to publish
1 parent f7097a5 commit 351b38d

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.4.0"
15+
version = "0.5.0"
1616
authors = ["LastLeaf <[email protected]>", "TtTRz <[email protected]>"]
1717
categories = ["gui", "wasm"]
1818
edition = "2021"
@@ -22,14 +22,14 @@ license = "MIT"
2222
repository = "https://github.com/wechat-miniprogram/float-pigment"
2323

2424
[workspace.dependencies]
25-
float-pigment = { version = "0.4.0", path = "./float-pigment" }
26-
float-pigment-consistent-bincode = { version = "0.4.0", path = "./float-pigment-consistent-bincode", default-features = false }
27-
float-pigment-css = { version = "0.4.0", path = "./float-pigment-css", default-features = false }
28-
float-pigment-css-macro = { version = "0.4.0", path = "./float-pigment-css-macro" }
29-
float-pigment-forest = { version = "0.4.0", path = "./float-pigment-forest" }
30-
float-pigment-forest-macro = { version = "0.4.0", path = "./float-pigment-forest-macro" }
31-
float-pigment-layout = { version = "0.4.0", path = "./float-pigment-layout" }
32-
float-pigment-mlp = { version = "0.4.0", path = "./float-pigment-mlp" }
25+
float-pigment = { version = "0.5.0", path = "./float-pigment" }
26+
float-pigment-consistent-bincode = { version = "0.5.0", path = "./float-pigment-consistent-bincode", default-features = false }
27+
float-pigment-css = { version = "0.5.0", path = "./float-pigment-css", default-features = false }
28+
float-pigment-css-macro = { version = "0.5.0", path = "./float-pigment-css-macro" }
29+
float-pigment-forest = { version = "0.5.0", path = "./float-pigment-forest" }
30+
float-pigment-forest-macro = { version = "0.5.0", path = "./float-pigment-forest-macro" }
31+
float-pigment-layout = { version = "0.5.0", path = "./float-pigment-layout" }
32+
float-pigment-mlp = { version = "0.5.0", path = "./float-pigment-mlp" }
3333

3434
[profile.release]
3535
opt-level = 's'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "0.3.0"
1+
version = "0.4.0"
22
enum_total = 204
33
struct_total = 18

0 commit comments

Comments
 (0)