From d2b9982f1547605b12b987e7e88e311d1c7b7b02 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Mon, 8 Sep 2025 21:24:57 -0400 Subject: [PATCH] Updated the tavern library version. --- bard/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bard/Cargo.toml b/bard/Cargo.toml index f8ce08b..e5cb214 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bard" -version = "0.0.17" +version = "0.0.18" edition = "2024" description = "Dioxus components that will display a Tavern blogging system Blog." repository = "/CyberMages/tavern" @@ -11,7 +11,7 @@ license = "Apache-2.0" [dependencies] dioxus = { version = "*", features = ["router", "fullstack"], optional = true } -tavern = { version = "0.2.8", path = "../tavern", registry = "cybermages", optional = true} +tavern = { version = "0.2.9", path = "../tavern", registry = "cybermages", optional = true} tokio = { version = "1.0", features = ["full"], optional = true } [features]