bump version

This commit is contained in:
OMGeeky
2023-10-15 12:55:11 +02:00
parent 3608862b6a
commit 60071e093e

View File

@@ -1,6 +1,6 @@
[package]
name = "local-db"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,7 +9,7 @@ edition = "2021"
sea-orm = { version = "0.12", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }
sea-orm-migration = "0.12"
tokio = { version = "1.32" , features = ["full"]}
tokio = { version = "1.33" , features = ["full"]}
thiserror = "1.0"
futures = "0.3"
tracing = "0.1"