Bumped the tavern up to version 0.2.0

This commit is contained in:
2025-08-29 21:02:42 -04:00
parent 3c6e82dfaf
commit 5768053d0c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1429,7 +1429,7 @@ dependencies = [
[[package]] [[package]]
name = "tavern" name = "tavern"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"pulldown-cmark", "pulldown-cmark",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tavern" name = "tavern"
version = "0.1.0" version = "0.2.0"
edition = "2024" edition = "2024"
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus." description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"