fix: resolve thoughts compile errors after k-ap migration

This commit is contained in:
2026-05-17 23:02:49 +02:00
parent f12cc7e2a7
commit 1874954ad7
9 changed files with 879 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.0" }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.2" }
sqlx = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }