From d6a8525274ccd96a5ce9540ea2ba1e463c84ff90 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 20 Aug 2024 00:35:30 +0300 Subject: kittybox-util: 0.1.0 -> 0.2.0 Micropub types are now more coherent and gathered in one place. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 958f605..b5346b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,9 +56,9 @@ required-features = ["sqlparser"] members = [".", "./util", "./templates", "./indieauth", "./templates-neo"] default-members = [".", "./util", "./templates", "./indieauth"] [dependencies.kittybox-util] -version = "0.1.0" +version = "0.2.0" path = "./util" -features = ["fs"] +features = ["fs", "axum"] [dependencies.kittybox-frontend-renderer] version = "0.1.0" path = "./templates" -- cgit 1.4.1