feat: bump version to 0.1.9 and update database connection handling

This commit is contained in:
2026-01-02 14:57:17 +01:00
parent 576594f1c7
commit 9e1778418d
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1775,7 +1775,7 @@ dependencies = [
[[package]]
name = "k-core"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"anyhow",
"async-nats",

View File

@@ -1,6 +1,6 @@
[package]
name = "k-core"
version = "0.1.8"
version = "0.1.9"
edition = "2024"
[features]

View File

@@ -1,3 +1,5 @@
#[cfg(feature = "db-sqlx")]
use sqlx::Pool;
use std::time::Duration;
#[cfg(feature = "sqlite")]