fix stop to use re

This commit is contained in:
tuna2134
2024-09-25 12:53:23 +00:00
parent 5e500b2c42
commit f79a67138f
5 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sbv2_api"
version = "0.1.0"
version = "0.2.0-alpha"
edition = "2021"
[dependencies]
@@ -9,7 +9,7 @@ axum = "0.7.5"
dotenvy.workspace = true
env_logger.workspace = true
log = "0.4.22"
sbv2_core = { version = "0.1.3", path = "../sbv2_core" }
sbv2_core = { version = "0.2.0-alpha", path = "../sbv2_core" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }