Skip to content

Commit 64e5f0c

Browse files
committed
chore: update version to publish
1 parent 3445d1f commit 64e5f0c

11 files changed

+27
-15
lines changed

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.1.0"
15+
version = "0.1.0-alpha.2"
1616
authors = ["LastLeaf <bqfu@163.com>", "TtTRz <romc1224@gmail.com>"]
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.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.0-alpha.2", path = "./float-pigment" }
26+
float-pigment-consistent-bincode = { version = "0.1.0-alpha.2", path = "./float-pigment-consistent-bincode", default-features = false }
27+
float-pigment-css = { version = "0.1.0-alpha.2", path = "./float-pigment-css", default-features = false }
28+
float-pigment-css-macro = { version = "0.1.0-alpha.2", path = "./float-pigment-css-macro" }
29+
float-pigment-forest = { version = "0.1.0-alpha.2", path = "./float-pigment-forest" }
30+
float-pigment-forest-macro = { version = "0.1.0-alpha.2", path = "./float-pigment-forest-macro" }
31+
float-pigment-layout = { version = "0.1.0-alpha.2", path = "./float-pigment-layout" }
32+
float-pigment-mlp = { version = "0.1.0-alpha.2", 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,2 +1,2 @@
11
key = "TransformItem"
2-
value = ["typing = \"Unit\"\nident = \"None\"\nfield = []\n", "typing = \"Unnamed\"\nident = \"Matrix\"\nfield = [\"[f32 ; 6]\"]\n", "typing = \"Unnamed\"\nident = \"Matrix3D\"\nfield = [\"[f32 ; 16]\"]\n", "typing = \"Unnamed\"\nident = \"Translate2D\"\nfield = [\"Length\", \"Length\"]\n", "typing = \"Unnamed\"\nident = \"Translate3D\"\nfield = [\"Length\", \"Length\", \"Length\"]\n", "typing = \"Unnamed\"\nident = \"Scale2D\"\nfield = [\"f32\", \"f32\"]\n", "typing = \"Unnamed\"\nident = \"Scale3D\"\nfield = [\"f32\", \"f32\", \"f32\"]\n", "typing = \"Unnamed\"\nident = \"Rotate2D\"\nfield = [\"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Rotate3D\"\nfield = [\"f32\", \"f32\", \"f32\", \"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Skew\"\nfield = [\"Angle\", \"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Perspective\"\nfield = [\"Length\"]\n"]
2+
value = ["typing = \"Unit\"\nident = \"None\"\nfield = []\n", "typing = \"Unnamed\"\nident = \"Matrix\"\nfield = [\"[f32; 6]\"]\n", "typing = \"Unnamed\"\nident = \"Matrix3D\"\nfield = [\"[f32; 16]\"]\n", "typing = \"Unnamed\"\nident = \"Translate2D\"\nfield = [\"Length\", \"Length\"]\n", "typing = \"Unnamed\"\nident = \"Translate3D\"\nfield = [\"Length\", \"Length\", \"Length\"]\n", "typing = \"Unnamed\"\nident = \"Scale2D\"\nfield = [\"f32\", \"f32\"]\n", "typing = \"Unnamed\"\nident = \"Scale3D\"\nfield = [\"f32\", \"f32\", \"f32\"]\n", "typing = \"Unnamed\"\nident = \"Rotate2D\"\nfield = [\"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Rotate3D\"\nfield = [\"f32\", \"f32\", \"f32\", \"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Skew\"\nfield = [\"Angle\", \"Angle\"]\n", "typing = \"Unnamed\"\nident = \"Perspective\"\nfield = [\"Length\"]\n"]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "AttributeFlags"
2+
value = ["typing = \"Unit\"\nident = \"CaseSensitivityDependsOnName\"\nfield = []\n", "typing = \"Unit\"\nident = \"CaseSensitive\"\nfield = []\n", "typing = \"Unit\"\nident = \"CaseInsensitive\"\nfield = []\n"]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "PseudoClasses"
2+
value = ["typing = \"Unit\"\nident = \"Host\"\nfield = []\n", "typing = \"Unit\"\nident = \"FirstChild\"\nfield = []\n", "typing = \"Unit\"\nident = \"LastChild\"\nfield = []\n", "typing = \"Unit\"\nident = \"Empty\"\nfield = []\n", "typing = \"Unnamed\"\nident = \"Not\"\nfield = [\"Vec < SelectorFragment >\"]\n", "typing = \"Unit\"\nident = \"OnlyChild\"\nfield = []\n", "typing = \"Unnamed\"\nident = \"NthChild\"\nfield = [\"i32\", \"i32\", \"Option < Box < Vec < SelectorFragment > > >\"]\n", "typing = \"Unnamed\"\nident = \"NthOfType\"\nfield = [\"i32\", \"i32\"]\n"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "AttributeFlags"
2+
value = ["typing = \"Unit\"\nident = \"CaseSensitivityDependsOnName\"\nfield = []\n", "typing = \"Unit\"\nident = \"CaseSensitive\"\nfield = []\n", "typing = \"Unit\"\nident = \"CaseInsensitive\"\nfield = []\n"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "AttributeOperator"
2+
value = ["typing = \"Unit\"\nident = \"Set\"\nfield = []\n", "typing = \"Unit\"\nident = \"Exact\"\nfield = []\n", "typing = \"Unit\"\nident = \"List\"\nfield = []\n", "typing = \"Unit\"\nident = \"Hyphen\"\nfield = []\n", "typing = \"Unit\"\nident = \"Begin\"\nfield = []\n", "typing = \"Unit\"\nident = \"End\"\nfield = []\n", "typing = \"Unit\"\nident = \"Contain\"\nfield = []\n"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "AttributeType"
2+
value = ["AttributeOperator", "AttributeFlags", "bool", "StrRef", "Nullable<StrRef>"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
key = "SelectorFragment"
2-
value = ["StrRef", "StrRef", "Array<StrRef>", "SelectorRelationType", "PseudoClassesType", "PseudoElementsType"]
2+
value = ["StrRef", "StrRef", "Array<StrRef>", "SelectorRelationType", "PseudoClassesType", "PseudoElementsType", "NullablePtr<Array<AttributeType>>"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
key = "Attribute"
2+
value = ["AttributeOperator", "AttributeFlags", "bool", "String", "Option<String>"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
key = "SelectorFragment"
2-
value = ["String", "String", "Vec<String>", "Option<Box<SelectorRelationType>>", "Cell<u16>", "Option<Box<PseudoClasses>>", "Option<Box<PseudoElements>>"]
2+
value = ["String", "String", "Vec<String>", "Option<Box<SelectorRelationType>>", "Cell<u16>", "Option<Box<PseudoClasses>>", "Option<Box<PseudoElements>>", "Option<Box<Vec<Attribute>>>"]

0 commit comments

Comments
 (0)