diff --git a/examples/src/camera/Cargo.toml b/examples/src/camera/Cargo.toml index 83e268d1c..1ffad1b92 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.11.2" } -pax-std = { version = "0.11.2" } -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2" } +pax-lang = { version = "0.11.3" } +pax-std = { version = "0.11.3" } +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3" } 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 b550eb6d7..dda5d3741 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.11.2" } -pax-std = { version = "0.11.2" } -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3" } +pax-std = { version = "0.11.3" } +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/component_in_component/Cargo.toml b/examples/src/component_in_component/Cargo.toml index 2613ac33f..0971653fe 100644 --- a/examples/src/component_in_component/Cargo.toml +++ b/examples/src/component_in_component/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/fireworks/Cargo.toml b/examples/src/fireworks/Cargo.toml index 0e1eae7ac..841973215 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.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/grids/Cargo.toml b/examples/src/grids/Cargo.toml index 049030314..f64c5a8c2 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.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} 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 ab4e4e437..21f249338 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.11.2" } -pax-std = { version = "0.11.2" } -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3" } +pax-std = { version = "0.11.3" } +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/layer-tests/Cargo.toml b/examples/src/layer-tests/Cargo.toml index 4aca044a6..2a3a3a073 100644 --- a/examples/src/layer-tests/Cargo.toml +++ b/examples/src/layer-tests/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/one-rect/Cargo.toml b/examples/src/one-rect/Cargo.toml index f4510ae70..6798556bf 100644 --- a/examples/src/one-rect/Cargo.toml +++ b/examples/src/one-rect/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/paths/Cargo.toml b/examples/src/paths/Cargo.toml index 55760aacb..09d55a043 100644 --- a/examples/src/paths/Cargo.toml +++ b/examples/src/paths/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/playground/Cargo.toml b/examples/src/playground/Cargo.toml index 54de13fff..2a36843df 100644 --- a/examples/src/playground/Cargo.toml +++ b/examples/src/playground/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/raycast-tests/Cargo.toml b/examples/src/raycast-tests/Cargo.toml index dcf006983..3fe7c7493 100644 --- a/examples/src/raycast-tests/Cargo.toml +++ b/examples/src/raycast-tests/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/simple-conditional/Cargo.toml b/examples/src/simple-conditional/Cargo.toml index 5c75e3d9e..1cf550963 100644 --- a/examples/src/simple-conditional/Cargo.toml +++ b/examples/src/simple-conditional/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/simple-stacker/Cargo.toml b/examples/src/simple-stacker/Cargo.toml index fac28d509..bb47d60ff 100644 --- a/examples/src/simple-stacker/Cargo.toml +++ b/examples/src/simple-stacker/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2"} -pax-std = { version = "0.11.2"} -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest = { version = "0.11.2"} +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/three-repeats/Cargo.toml b/examples/src/three-repeats/Cargo.toml index 1cc1dda93..d0e642698 100644 --- a/examples/src/three-repeats/Cargo.toml +++ b/examples/src/three-repeats/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.2" } -pax-std = { version = "0.11.2" } -pax-compiler = { version = "0.11.2", optional = true } -pax-manifest = { version = "0.11.2", optional = true } +pax-lang = { version = "0.11.3" } +pax-std = { version = "0.11.3" } +pax-compiler = { version = "0.11.3", optional = true } +pax-manifest = { version = "0.11.3", optional = true } serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/examples/src/words/Cargo.toml b/examples/src/words/Cargo.toml index a36ccf44d..ea5212d9d 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.11.2" } -pax-std = { version = "0.11.2" } -pax-compiler = { version = "0.11.2", optional = true} -pax-manifest= { version = "0.11.2" } +pax-lang = { version = "0.11.3" } +pax-std = { version = "0.11.3" } +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest= { version = "0.11.3" } serde_json = {version = "1.0.95", optional = true} [[bin]] diff --git a/pax-cartridge/Cargo.toml b/pax-cartridge/Cargo.toml index 96983560e..09984ff46 100644 --- a/pax-cartridge/Cargo.toml +++ b/pax-cartridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cartridge" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -10,6 +10,6 @@ description = "Static program definition container for Pax programs, intended to [dependencies] piet-common = "0.6.0" -pax-core = {path = "../pax-core", version = "0.11.2"} -pax-runtime-api = {path = "../pax-runtime-api", version = "0.11.2"} -pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.11.2"} \ No newline at end of file +pax-core = {path = "../pax-core", version = "0.11.3"} +pax-runtime-api = {path = "../pax-runtime-api", version = "0.11.3"} +pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.11.3"} \ No newline at end of file diff --git a/pax-chassis-common/Cargo.toml b/pax-chassis-common/Cargo.toml index c36be7a26..df4ad2894 100644 --- a/pax-chassis-common/Cargo.toml +++ b/pax-chassis-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-chassis-common" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" description = "Shared resources for Pax Chassis" @@ -14,10 +14,10 @@ include = ["src/**/*","pax-swift-common/**/*"] [dependencies] piet = "0.6.0" piet-coregraphics = "0.6.0" -pax-core = { path = "../pax-core", version="0.11.2" } -pax-cartridge = {path="../pax-cartridge", version="0.11.2"} -pax-message = {path = "../pax-message", version="0.11.2"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.2"} +pax-core = { path = "../pax-core", version="0.11.3" } +pax-cartridge = {path="../pax-cartridge", version="0.11.3"} +pax-message = {path = "../pax-message", version="0.11.3"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.3"} lazy_static = "1.4.0" mut_static = "5.0.0" #be cautious about core-graphics' version number -- diff --git a/pax-chassis-ios/Cargo.toml b/pax-chassis-ios/Cargo.toml index e06578447..83e871d31 100644 --- a/pax-chassis-ios/Cargo.toml +++ b/pax-chassis-ios/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-chassis-ios" edition = "2021" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -13,4 +13,4 @@ name = "paxchassisios" crate-type = ["cdylib"] [dependencies] -pax-chassis-common = {version = "0.11.2", path="../pax-chassis-common"} +pax-chassis-common = {version = "0.11.3", path="../pax-chassis-common"} diff --git a/pax-chassis-macos/Cargo.toml b/pax-chassis-macos/Cargo.toml index aa9b9b573..c9c48bff4 100644 --- a/pax-chassis-macos/Cargo.toml +++ b/pax-chassis-macos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-chassis-macos" edition = "2021" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -15,11 +15,11 @@ crate-type = ["cdylib"] [dependencies] piet = "0.6.0" piet-coregraphics = "0.6.0" -pax-chassis-common = { path = "../pax-chassis-common", version="0.11.2" } -pax-core = { path = "../pax-core", version="0.11.2" } -pax-cartridge = {path="../pax-cartridge", version="0.11.2"} -pax-message = {path = "../pax-message", version="0.11.2"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.2"} +pax-chassis-common = { path = "../pax-chassis-common", version="0.11.3" } +pax-core = { path = "../pax-core", version="0.11.3" } +pax-cartridge = {path="../pax-cartridge", version="0.11.3"} +pax-message = {path = "../pax-message", version="0.11.3"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.3"} lazy_static = "1.4.0" mut_static = "5.0.0" #be cautious about core-graphics' version number -- diff --git a/pax-chassis-web/Cargo.toml b/pax-chassis-web/Cargo.toml index 6653ce033..af51f6bf0 100644 --- a/pax-chassis-web/Cargo.toml +++ b/pax-chassis-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-chassis-web" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -17,10 +17,10 @@ default = ["console_error_panic_hook"] [dependencies] piet = "0.6.0" piet-web = "0.6.0" -pax-core = { path = "../pax-core", version="0.11.2" } -pax-cartridge = {path="../pax-cartridge", version="0.11.2"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.2"} -pax-message = {path = "../pax-message", version="0.11.2"} +pax-core = { path = "../pax-core", version="0.11.3" } +pax-cartridge = {path="../pax-cartridge", version="0.11.3"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.3"} +pax-message = {path = "../pax-message", version="0.11.3"} wasm-bindgen = {version = "0.2.80", features=["serde-serialize"]} serde = "1.0.159" diff --git a/pax-cli/Cargo.toml b/pax-cli/Cargo.toml index ab8dcd33d..0d4380b16 100644 --- a/pax-cli/Cargo.toml +++ b/pax-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cli" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -14,12 +14,12 @@ description = "Command line interface tool for developing, packaging, and managi [dependencies] clap = "2.33.3" -pax-compiler = {path = "../pax-compiler", version = "0.11.2"} +pax-compiler = {path = "../pax-compiler", version = "0.11.3"} rustc_version = "0.4.0" tokio = { version = "1", features = ["full"] } colored = "2.0.0" reqwest = "0.11.18" signal-hook = "0.3" nix = "0.20.2" -pax-language-server = {version = "0.11.2"} +pax-language-server = {version = "0.11.3"} color-eyre = "0.6.2" diff --git a/pax-compiler/Cargo.toml b/pax-compiler/Cargo.toml index 3d309e829..edca3a45f 100644 --- a/pax-compiler/Cargo.toml +++ b/pax-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-compiler" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -31,9 +31,9 @@ tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11.18", features = ["blocking"] } tar = "0.4" fs_extra = "1.3.0" -pax-message = {version = "0.11.2", path="../pax-message"} -pax-runtime-api = {version= "0.11.2", path="../pax-runtime-api"} -pax-manifest = {version= "0.11.2", path="../pax-manifest"} +pax-message = {version = "0.11.3", path="../pax-message"} +pax-runtime-api = {version= "0.11.3", path="../pax-runtime-api"} +pax-manifest = {version= "0.11.3", path="../pax-manifest"} pest = "2.6.0" pest_derive = "2.6.0" itertools = "0.10.5" diff --git a/pax-core/Cargo.toml b/pax-core/Cargo.toml index 5098c3056..cd50daf54 100644 --- a/pax-core/Cargo.toml +++ b/pax-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-core" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -14,6 +14,6 @@ description = "Core shared runtime and rendering engine for Pax" piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0" -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.2"} -pax-message = {path = "../pax-message", version="0.11.2"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.3"} +pax-message = {path = "../pax-message", version="0.11.3"} wasm-bindgen = {version = "0.2.30", features=["serde-serialize"]} \ No newline at end of file diff --git a/pax-lang/Cargo.toml b/pax-lang/Cargo.toml index 11801e772..128dd3ae0 100644 --- a/pax-lang/Cargo.toml +++ b/pax-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-lang" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -11,10 +11,10 @@ description = "Root import entry-point for using Pax in a Rust program" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-macro = {path="../pax-macro", version="0.11.2"} -pax-message = {path="../pax-message", version="0.11.2"} -pax-runtime-api = {path="../pax-runtime-api", version="0.11.2"} -pax-compiler = {path="../pax-compiler", optional=true, version="0.11.2"} +pax-macro = {path="../pax-macro", version="0.11.3"} +pax-message = {path="../pax-message", version="0.11.3"} +pax-runtime-api = {path="../pax-runtime-api", version="0.11.3"} +pax-compiler = {path="../pax-compiler", optional=true, version="0.11.3"} [features] parser = ["dep:pax-compiler"] diff --git a/pax-language-server/Cargo.toml b/pax-language-server/Cargo.toml index ef6c9d702..3d7f1ddcf 100644 --- a/pax-language-server/Cargo.toml +++ b/pax-language-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-language-server" -version = "0.11.2" +version = "0.11.3" authors = ["Warfa Jibril "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -18,7 +18,7 @@ tokio = { version = "1.32.0", features = ["full"] } tower-lsp = "0.20.0" proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0.33" -pax-compiler = {version = "0.11.2", path="../pax-compiler"} +pax-compiler = {version = "0.11.3", path="../pax-compiler"} pest = "2.7.4" pest_derive = "2.7.4" phf = { version = "0.11.2", features=["macros"] } diff --git a/pax-macro/Cargo.toml b/pax-macro/Cargo.toml index 0563aeaec..28c5b0bf2 100644 --- a/pax-macro/Cargo.toml +++ b/pax-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-macro" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/pax-manifest/Cargo.toml b/pax-manifest/Cargo.toml index a87b9ecae..370851025 100644 --- a/pax-manifest/Cargo.toml +++ b/pax-manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-manifest" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown ", "Warfa Jibril "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/pax-message/Cargo.toml b/pax-message/Cargo.toml index 47b7d96d6..f49e5b002 100644 --- a/pax-message/Cargo.toml +++ b/pax-message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-message" -version = "0.11.2" +version = "0.11.3" edition = "2021" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" diff --git a/pax-runtime-api/Cargo.toml b/pax-runtime-api/Cargo.toml index e2d46a1e4..767e9c8bd 100644 --- a/pax-runtime-api/Cargo.toml +++ b/pax-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-runtime-api" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -17,4 +17,4 @@ kurbo = "0.9.0" lazy_static = "1.4.0" mut_static = "5.0.0" uuid = {version = "0.8", features = ["v4", "wasm-bindgen"]} -pax-message = {version="0.11.2", path="../pax-message"} \ No newline at end of file +pax-message = {version="0.11.3", path="../pax-message"} \ No newline at end of file diff --git a/pax-std/Cargo.toml b/pax-std/Cargo.toml index 34bf54951..172492a78 100644 --- a/pax-std/Cargo.toml +++ b/pax-std/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-std" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -16,13 +16,13 @@ primitives_crate = "./pax-std-primitives" [dependencies] piet = "0.6.0" kurbo = "0.9.0" -pax-lang = {path = "../pax-lang", version="0.11.2"} -pax-message = {path = "../pax-message", version="0.11.2"} +pax-lang = {path = "../pax-lang", version="0.11.3"} +pax-message = {path = "../pax-message", version="0.11.3"} lazy_static = "1.4.0" -pax-compiler = {path="../pax-compiler", optional = true, version="0.11.2"} +pax-compiler = {path="../pax-compiler", optional = true, version="0.11.3"} serde_json = {version="1.0.95", optional = true} -pax-runtime-api = {version="0.11.2", path="../pax-runtime-api"} -pax-manifest = {path = "../pax-manifest", version="0.11.2"} +pax-runtime-api = {version="0.11.3", path="../pax-runtime-api"} +pax-manifest = {path = "../pax-manifest", version="0.11.3"} [features] parser = ["pax-lang/parser", "dep:pax-compiler", "dep:serde_json"] \ No newline at end of file diff --git a/pax-std/pax-std-primitives/Cargo.toml b/pax-std/pax-std-primitives/Cargo.toml index fc9c3cd1f..e00d13e64 100644 --- a/pax-std/pax-std-primitives/Cargo.toml +++ b/pax-std/pax-std-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-std-primitives" -version = "0.11.2" +version = "0.11.3" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,11 +12,11 @@ description = "Primitives crate for Pax's standard library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-lang = {path = "../../pax-lang", version="0.11.2"} -pax-core = {path = "../../pax-core", version="0.11.2"} -pax-std = {path = "../", version="0.11.2"} -pax-runtime-api = {path = "../../pax-runtime-api", version="0.11.2"} -pax-message = {path = "../../pax-message", version="0.11.2" } +pax-lang = {path = "../../pax-lang", version="0.11.3"} +pax-core = {path = "../../pax-core", version="0.11.3"} +pax-std = {path = "../", version="0.11.3"} +pax-runtime-api = {path = "../../pax-runtime-api", version="0.11.3"} +pax-message = {path = "../../pax-message", version="0.11.3" } piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0"