From 7a72f5f54ad45ba82f451e90c44c0581d13194d9 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 2 Jan 2026 14:58:16 +0100 Subject: [PATCH] feat: bump version to 0.1.10 and update tokio dependency --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = [