mirror of
https://github.com/OMGeeky/twitch_backup.local_db.git
synced 2025-12-26 17:02:39 +01:00
bump version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user