feat: with noop
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-12 22:42:55 +01:00
parent 835cd32fb1
commit d4a162876a
7 changed files with 193 additions and 19 deletions

View File

@@ -27,10 +27,10 @@ async-sqlx-session = { version = "0.4.0", features = ["pg"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
uuid = { version = "1.5", features = [] }
uuid = {version = "1.5.0", features = ["v4"]}
sqlx = { version = "0.7", features = [
"runtime-tokio",
"postgres",
"runtime-tokio",
"postgres",
"migrate",
] }