feat: update version to v0.2.0

This commit is contained in:
Valerio Ageno
2024-06-23 20:19:30 +02:00
parent 9c707466db
commit a31f048ffd
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib"
version = "0.1.9"
version = "0.2.0"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework"
@@ -24,7 +24,7 @@ serde = { version = "1.0.202", features = ["derive"] }
erased-serde = "0.4.5"
serde_json = "1.0"
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.9"}
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.2.0"}
once_cell = "1.19.0"
lazy_static = "1.5.0"
regex = "1.10.5"