diff --git a/pax-cartridge/Cargo.toml b/pax-cartridge/Cargo.toml index 95755d262..da8a6ac70 100644 --- a/pax-cartridge/Cargo.toml +++ b/pax-cartridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cartridge" -version = "0.11.0" +version = "0.11.1" 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.0"} -pax-runtime-api = {path = "../pax-runtime-api", version = "0.11.0"} -pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.11.0"} \ No newline at end of file +pax-core = {path = "../pax-core", version = "0.11.1"} +pax-runtime-api = {path = "../pax-runtime-api", version = "0.11.1"} +pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.11.1"} \ No newline at end of file diff --git a/pax-chassis-common/Cargo.toml b/pax-chassis-common/Cargo.toml index 715986b8e..c66a15e93 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.0" +version = "0.11.1" 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.0" } -pax-cartridge = {path="../pax-cartridge", version="0.11.0"} -pax-message = {path = "../pax-message", version="0.11.0"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.0"} +pax-core = { path = "../pax-core", version="0.11.1" } +pax-cartridge = {path="../pax-cartridge", version="0.11.1"} +pax-message = {path = "../pax-message", version="0.11.1"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.1"} 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 aaeef3f43..a59fd3c0b 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.0" +version = "0.11.1" 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.0", path="../pax-chassis-common"} +pax-chassis-common = {version = "0.11.1", path="../pax-chassis-common"} diff --git a/pax-chassis-macos/Cargo.toml b/pax-chassis-macos/Cargo.toml index e931036d1..1c3dc3ce0 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.0" +version = "0.11.1" 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.0" } -pax-core = { path = "../pax-core", version="0.11.0" } -pax-cartridge = {path="../pax-cartridge", version="0.11.0"} -pax-message = {path = "../pax-message", version="0.11.0"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.0"} +pax-chassis-common = { path = "../pax-chassis-common", version="0.11.1" } +pax-core = { path = "../pax-core", version="0.11.1" } +pax-cartridge = {path="../pax-cartridge", version="0.11.1"} +pax-message = {path = "../pax-message", version="0.11.1"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.1"} 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 09f51188c..37520f5bd 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.0" +version = "0.11.1" 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.0" } -pax-cartridge = {path="../pax-cartridge", version="0.11.0"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.11.0"} -pax-message = {path = "../pax-message", version="0.11.0"} +pax-core = { path = "../pax-core", version="0.11.1" } +pax-cartridge = {path="../pax-cartridge", version="0.11.1"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.1"} +pax-message = {path = "../pax-message", version="0.11.1"} 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 62e2aa22d..f83932716 100644 --- a/pax-cli/Cargo.toml +++ b/pax-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cli" -version = "0.11.0" +version = "0.11.1" 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.0"} +pax-compiler = {path = "../pax-compiler", version = "0.11.1"} 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.0"} +pax-language-server = {version = "0.11.1"} color-eyre = "0.6.2" diff --git a/pax-compiler/Cargo.toml b/pax-compiler/Cargo.toml index 6a50500e7..0fe26be07 100644 --- a/pax-compiler/Cargo.toml +++ b/pax-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-compiler" -version = "0.11.0" +version = "0.11.1" 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.0", path="../pax-message"} -pax-runtime-api = {version= "0.11.0", path="../pax-runtime-api"} -pax-manifest = {version= "0.11.0", path="../pax-manifest"} +pax-message = {version = "0.11.1", path="../pax-message"} +pax-runtime-api = {version= "0.11.1", path="../pax-runtime-api"} +pax-manifest = {version= "0.11.1", 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 543c81299..e7c26b85f 100644 --- a/pax-core/Cargo.toml +++ b/pax-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-core" -version = "0.11.0" +version = "0.11.1" 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.0"} -pax-message = {path = "../pax-message", version="0.11.0"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.11.1"} +pax-message = {path = "../pax-message", version="0.11.1"} 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 a9492929d..0f8e5a970 100644 --- a/pax-lang/Cargo.toml +++ b/pax-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-lang" -version = "0.11.0" +version = "0.11.1" 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.0"} -pax-message = {path="../pax-message", version="0.11.0"} -pax-runtime-api = {path="../pax-runtime-api", version="0.11.0"} -pax-compiler = {path="../pax-compiler", optional=true, version="0.11.0"} +pax-macro = {path="../pax-macro", version="0.11.1"} +pax-message = {path="../pax-message", version="0.11.1"} +pax-runtime-api = {path="../pax-runtime-api", version="0.11.1"} +pax-compiler = {path="../pax-compiler", optional=true, version="0.11.1"} [features] parser = ["dep:pax-compiler"] diff --git a/pax-language-server/Cargo.toml b/pax-language-server/Cargo.toml index bffcf99e0..2a4308358 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.0" +version = "0.11.1" 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.0", path="../pax-compiler"} +pax-compiler = {version = "0.11.1", 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 1154e4d7b..19870d234 100644 --- a/pax-macro/Cargo.toml +++ b/pax-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-macro" -version = "0.11.0" +version = "0.11.1" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/pax-manifest/Cargo.toml b/pax-manifest/Cargo.toml index 5f9158d6c..81ecc3776 100644 --- a/pax-manifest/Cargo.toml +++ b/pax-manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-manifest" -version = "0.11.0" +version = "0.11.1" 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 591249cf0..1406cace8 100644 --- a/pax-message/Cargo.toml +++ b/pax-message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-message" -version = "0.11.0" +version = "0.11.1" 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 e222345d2..7c4fb2357 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.0" +version = "0.11.1" 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.0", path="../pax-message"} \ No newline at end of file +pax-message = {version="0.11.1", path="../pax-message"} \ No newline at end of file diff --git a/pax-std/Cargo.toml b/pax-std/Cargo.toml index bcdaf9498..0f1a8c693 100644 --- a/pax-std/Cargo.toml +++ b/pax-std/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-std" -version = "0.11.0" +version = "0.11.1" 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.0"} -pax-message = {path = "../pax-message", version="0.11.0"} +pax-lang = {path = "../pax-lang", version="0.11.1"} +pax-message = {path = "../pax-message", version="0.11.1"} lazy_static = "1.4.0" -pax-compiler = {path="../pax-compiler", optional = true, version="0.11.0"} +pax-compiler = {path="../pax-compiler", optional = true, version="0.11.1"} serde_json = {version="1.0.95", optional = true} -pax-runtime-api = {version="0.11.0", path="../pax-runtime-api"} -pax-manifest = {path = "../pax-manifest", version="0.11.0"} +pax-runtime-api = {version="0.11.1", path="../pax-runtime-api"} +pax-manifest = {path = "../pax-manifest", version="0.11.1"} [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 543d519ab..32c04c624 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.0" +version = "0.11.1" 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.0"} -pax-core = {path = "../../pax-core", version="0.11.0"} -pax-std = {path = "../", version="0.11.0"} -pax-runtime-api = {path = "../../pax-runtime-api", version="0.11.0"} -pax-message = {path = "../../pax-message", version="0.11.0" } +pax-lang = {path = "../../pax-lang", version="0.11.1"} +pax-core = {path = "../../pax-core", version="0.11.1"} +pax-std = {path = "../", version="0.11.1"} +pax-runtime-api = {path = "../../pax-runtime-api", version="0.11.1"} +pax-message = {path = "../../pax-message", version="0.11.1" } piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0"