From c64f62b07e2219a1c5e4ae2d639e98f67e21db13 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Mon, 8 Sep 2025 21:19:14 -0400 Subject: [PATCH] Updated the Tavern version. --- bard/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 09b7d70..f8ce08b 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bard" -version = "0.0.16" +version = "0.0.17" 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.4", path = "../tavern", registry = "cybermages", optional = true} +tavern = { version = "0.2.8", path = "../tavern", registry = "cybermages", optional = true} tokio = { version = "1.0", features = ["full"], optional = true } [features]