From 5768053d0c8ea5ff9508e4ace78ec131648a0217 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Fri, 29 Aug 2025 21:02:42 -0400 Subject: [PATCH] Bumped the tavern up to version 0.2.0 --- Cargo.lock | 2 +- tavern/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 685cdf7..67412f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "tavern" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "pulldown-cmark", diff --git a/tavern/Cargo.toml b/tavern/Cargo.toml index 94cb787..73c5e03 100644 --- a/tavern/Cargo.toml +++ b/tavern/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tavern" -version = "0.1.0" +version = "0.2.0" edition = "2024" 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"