@@ -12,7 +12,7 @@ members = [
1212]
1313
1414[workspace .package ]
15- version = " 0.1.0 "
15+ version = " 0.1.1 "
1616authors = [" LastLeaf <bqfu@163.com>" , " TtTRz <romc1224@gmail.com>" ]
1717categories = [" gui" , " wasm" ]
1818edition = " 2021"
@@ -22,14 +22,14 @@ license = "MIT"
2222repository = " https://github.com/wechat-miniprogram/float-pigment"
2323
2424[workspace .dependencies ]
25- float-pigment = { version = " 0.1.0 " , path = " ./float-pigment" }
26- float-pigment-consistent-bincode = { version = " 0.1.0 " , path = " ./float-pigment-consistent-bincode" , default-features = false }
27- float-pigment-css = { version = " 0.1.0 " , path = " ./float-pigment-css" , default-features = false }
28- float-pigment-css-macro = { version = " 0.1.0 " , path = " ./float-pigment-css-macro" }
29- float-pigment-forest = { version = " 0.1.0 " , path = " ./float-pigment-forest" }
30- float-pigment-forest-macro = { version = " 0.1.0 " , path = " ./float-pigment-forest-macro" }
31- float-pigment-layout = { version = " 0.1.0 " , path = " ./float-pigment-layout" }
32- float-pigment-mlp = { version = " 0.1.0 " , path = " ./float-pigment-mlp" }
25+ float-pigment = { version = " 0.1.1 " , path = " ./float-pigment" }
26+ float-pigment-consistent-bincode = { version = " 0.1.1 " , path = " ./float-pigment-consistent-bincode" , default-features = false }
27+ float-pigment-css = { version = " 0.1.1 " , path = " ./float-pigment-css" , default-features = false }
28+ float-pigment-css-macro = { version = " 0.1.1 " , path = " ./float-pigment-css-macro" }
29+ float-pigment-forest = { version = " 0.1.1 " , path = " ./float-pigment-forest" }
30+ float-pigment-forest-macro = { version = " 0.1.1 " , path = " ./float-pigment-forest-macro" }
31+ float-pigment-layout = { version = " 0.1.1 " , path = " ./float-pigment-layout" }
32+ float-pigment-mlp = { version = " 0.1.1 " , path = " ./float-pigment-mlp" }
3333
3434[profile .release ]
3535opt-level = ' s'
0 commit comments