@@ -12,7 +12,7 @@ members = [
12
12
]
13
13
14
14
[workspace .package ]
15
- version = " 0.4 .0"
15
+ version = " 0.5 .0"
16
16
authors = [
" LastLeaf <[email protected] >" ,
" TtTRz <[email protected] >" ]
17
17
categories = [" gui" , " wasm" ]
18
18
edition = " 2021"
@@ -22,14 +22,14 @@ license = "MIT"
22
22
repository = " https://github.com/wechat-miniprogram/float-pigment"
23
23
24
24
[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" }
33
33
34
34
[profile .release ]
35
35
opt-level = ' s'
0 commit comments