bump version

This commit is contained in:
tuna2134
2024-09-12 22:27:07 +00:00
parent 54a7a5efc0
commit d887595b7d
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ axum = "0.7.5"
dotenvy.workspace = true
env_logger.workspace = true
log = "0.4.22"
sbv2_core = { version = "0.1.1", path = "../sbv2_core" }
sbv2_core = { version = "0.1.2", path = "../sbv2_core" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }