-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b14b4e0
commit 854bd4c
Showing
19 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-actix-web" | ||
version = "0.3.5" | ||
version = "0.4.0-beta.1" | ||
edition = "2021" | ||
description = "An integration that makes the Perseus frontend framework easy to use with Actix Web." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
perseus = { path = "../perseus", version = "0.3.5" } | ||
perseus = { path = "../perseus", version = "0.4.0-beta.1" } | ||
actix-web = "=4.0.0-rc.3" | ||
actix-http = "=3.0.0-rc.2" # Without this, Actix can introduce breaking changes in a dependency tree | ||
# actix-router = "=0.5.0-rc.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-cli" | ||
version = "0.3.5" | ||
version = "0.4.0-beta.1" | ||
edition = "2021" | ||
description = "The CLI for the Perseus frontend framework." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-warp" | ||
version = "0.3.5" | ||
version = "0.4.0-beta.1" | ||
edition = "2021" | ||
description = "An integration that makes the Perseus framework easy to use with Warp." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
perseus = { path = "../perseus", version = "0.3.5" } | ||
perseus = { path = "../perseus", version = "0.4.0-beta.1" } | ||
tokio = { version = "1", features = [ "rt-multi-thread" ] } | ||
warp = { package = "warp-fix-171", version = "0.3" } # Temporary until Warp #171 is resolved | ||
urlencoding = "2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus" | ||
version = "0.3.5" | ||
version = "0.4.0-beta.1" | ||
edition = "2021" | ||
description = "A lightning-fast frontend web dev platform with full support for SSR and SSG." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -17,7 +17,7 @@ categories = ["wasm", "web-programming", "development-tools", "asynchronous", "g | |
sycamore = { version = "=0.8.0-beta.6", features = [ "ssr" ] } | ||
sycamore-router = "=0.8.0-beta.6" | ||
sycamore-futures = "=0.8.0-beta.6" | ||
perseus-macro = { path = "../perseus-macro", version = "0.3.5" } | ||
perseus-macro = { path = "../perseus-macro", version = "0.4.0-beta.1" } | ||
# TODO review feature flags here | ||
web-sys = { version = "0.3", features = [ "Headers", "Navigator", "NodeList", "Request", "RequestInit", "RequestMode", "Response", "ReadableStream", "Window" ] } | ||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } | ||
|