feat: update version to v0.13.3

This commit is contained in:
Valerio Ageno
2024-11-20 13:45:37 +01:00
parent 338cfb5be2
commit 56c31f0204
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib"
version = "0.13.2"
version = "0.13.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "Superfast React fullstack framework"
@@ -31,7 +31,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.13.2"}
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.13.3"}
# Match the same version used by axum
tokio-tungstenite = "0.24.0"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }