From eaa5109dc00480f8a9eab44d3dbcb3cbc4b17619 Mon Sep 17 00:00:00 2001 From: Warfa Jibril Date: Tue, 5 Dec 2023 17:28:30 -0800 Subject: [PATCH] cleaning & new release --- examples/src/camera/Cargo.toml | 8 ++++---- examples/src/color-grid/Cargo.toml | 8 ++++---- examples/src/fireworks/Cargo.toml | 8 ++++---- examples/src/grids/Cargo.toml | 8 ++++---- examples/src/hello-rgb/Cargo.toml | 8 ++++---- examples/src/words/Cargo.toml | 8 ++++---- pax-chassis-ios/src/lib.rs | 2 +- pax-macro/src/parsing.rs | 2 +- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/examples/src/camera/Cargo.toml b/examples/src/camera/Cargo.toml index f14a46a48..2b3286c21 100644 --- a/examples/src/camera/Cargo.toml +++ b/examples/src/camera/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.9" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.9" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.9", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.10.9" , path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest = { version = "0.10.10" } serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/color-grid/Cargo.toml b/examples/src/color-grid/Cargo.toml index f9112f3ee..8b867d959 100644 --- a/examples/src/color-grid/Cargo.toml +++ b/examples/src/color-grid/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.7" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.10.7", path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest = { version = "0.10.10"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/fireworks/Cargo.toml b/examples/src/fireworks/Cargo.toml index 4de24e400..aeb90467f 100644 --- a/examples/src/fireworks/Cargo.toml +++ b/examples/src/fireworks/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.7" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.10.7" , path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest = { version = "0.10.10" } serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/grids/Cargo.toml b/examples/src/grids/Cargo.toml index e7ec16d7a..caed571a9 100644 --- a/examples/src/grids/Cargo.toml +++ b/examples/src/grids/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.10.7", path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest = { version = "0.10.10"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/hello-rgb/Cargo.toml b/examples/src/hello-rgb/Cargo.toml index 7bad1b6ae..af791053c 100644 --- a/examples/src/hello-rgb/Cargo.toml +++ b/examples/src/hello-rgb/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.10" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.10", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.10.10", path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest = { version = "0.10.10"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/words/Cargo.toml b/examples/src/words/Cargo.toml index b88b0f607..c39d8863e 100644 --- a/examples/src/words/Cargo.toml +++ b/examples/src/words/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.10.10" , path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.10.10", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest= { version = "0.10.10" , path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.10.10" } +pax-std = { version = "0.10.10" } +pax-compiler = { version = "0.10.10", optional = true} +pax-manifest= { version = "0.10.10" } serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/pax-chassis-ios/src/lib.rs b/pax-chassis-ios/src/lib.rs index f8fbd4464..e8b63b1dc 100644 --- a/pax-chassis-ios/src/lib.rs +++ b/pax-chassis-ios/src/lib.rs @@ -1 +1 @@ -pub use pax_chassis_common::core_graphics_c_bridge::*; \ No newline at end of file +pub use pax_chassis_common::core_graphics_c_bridge::*; diff --git a/pax-macro/src/parsing.rs b/pax-macro/src/parsing.rs index a9f7c3290..5e155aa22 100644 --- a/pax-macro/src/parsing.rs +++ b/pax-macro/src/parsing.rs @@ -214,7 +214,7 @@ fn recurse_visit_tag_pairs_for_pascal_identifiers( } } } - Rule::comment => {}, + Rule::comment => {} _ => { unreachable!("Parsing error 123123121: {:?}", any_tag_pair.as_rule()); }