From fecd5b75396f02be26d75aa5db48aaef723298c5 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 31 Dec 2024 00:49:13 +0300 Subject: microformats: 0.12.0 -> 0.14.0 Even though there is no corresponding source published to GitLab, it seems the package is fine and is still maintained. I also had to manually fix a versioning glitch because the required microformats-types version was not bumped. Change-Id: I6c052fac465f7e8c3d8cbb785f73e750c546d7a3 --- templates-neo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates-neo') diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index f031ce6..a6c3b8a 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -38,4 +38,4 @@ path = "../util" version = "0.2.0" path = "../indieauth" [dependencies.microformats] -version="=0.12.0" +version="0.14.0" -- cgit 1.4.1