forked from tuono-labs/tuono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update version to v0.17.8 (tuono-labs#559)
- Loading branch information
1 parent
907c92b
commit be77068
Showing
7 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tuono" | ||
version = "0.17.7" | ||
version = "0.17.8" | ||
edition = "2021" | ||
authors = ["V. Ageno <[email protected]>"] | ||
description = "Superfast React fullstack framework" | ||
|
@@ -30,7 +30,7 @@ reqwest = { version = "0.12.4", features = ["blocking", "json"] } | |
serde_json = "1.0" | ||
fs_extra = "1.3.0" | ||
http = "1.1.0" | ||
tuono_internal = {path = "../tuono_internal", version = "0.17.7"} | ||
tuono_internal = {path = "../tuono_internal", version = "0.17.8"} | ||
spinners = "4.1.1" | ||
console = "0.15.10" | ||
|
||
|
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 = "tuono_internal" | ||
version = "0.17.7" | ||
version = "0.17.8" | ||
edition = "2021" | ||
authors = ["V. Ageno <[email protected]>"] | ||
description = "Superfast React fullstack framework" | ||
|
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 = "tuono_lib" | ||
version = "0.17.7" | ||
version = "0.17.8" | ||
edition = "2021" | ||
authors = ["V. Ageno <[email protected]>"] | ||
description = "Superfast React fullstack framework" | ||
|
@@ -32,8 +32,8 @@ either = "1.13.0" | |
tower-http = {version = "0.6.0", features = ["fs"]} | ||
colored = "2.1.0" | ||
|
||
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.17.7"} | ||
tuono_internal = {path = "../tuono_internal", version = "0.17.7"} | ||
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.17.8"} | ||
tuono_internal = {path = "../tuono_internal", version = "0.17.8"} | ||
# Match the same version used by axum | ||
tokio-tungstenite = "0.24.0" | ||
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } | ||
|
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