From 0d469a6cd95e4b43a6eeabffeca281035c5cefa7 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Wed, 27 Aug 2025 20:46:23 -0400 Subject: [PATCH] Updated the version to '0.1.0'. --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85d2158..ecf8a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tavern" -version = "0.0.0" +version = "0.1.0" edition = "2021" 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" @@ -17,10 +17,5 @@ rusqlite = "0.37.0" serde = { version = "1.0.219", features = ["derive"] } toml = "0.9.5" -# When switching to PostgreSQL use feature: "sqlx-postgres" -#sea-orm = { version = "1.1.14", features = [ "sqlx-sqlite", -# "runtime-tokio-native-tls", -# "macros" ] } - [features] publisher = []