Updated the Tavern version.

This commit is contained in:
2025-09-08 21:19:14 -04:00
parent 6e643f6aab
commit c64f62b07e

View File

@ -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]