Updated the Tavern version.
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user