chore: bump version to v0.17.3 (#372)

This commit is contained in:
Valerio Ageno
2025-01-19 16:24:19 +01:00
committed by GitHub
parent 33aa37ed7d
commit 6be12b4e58
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib"
version = "0.17.2"
version = "0.17.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "Superfast React fullstack framework"
@@ -32,7 +32,7 @@ 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.2"}
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.17.3"}
# Match the same version used by axum
tokio-tungstenite = "0.24.0"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }