diff --git a/Cargo.lock b/Cargo.lock index 82ada24..a891c8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "k-core" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 9f100c9..a3c5871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k-core" -version = "0.1.9" +version = "0.1.10" edition = "2024" [features] @@ -22,7 +22,7 @@ thiserror = "2.0.17" anyhow = "1.0.100" # Async -tokio = { version = "1.48.0", features = ["full"], optional = true } +tokio = { version = "1.48.0", features = ["full"]} # Database sqlx = { version = "0.8.6", features = [