From 5109265f0b1d73b867ef1bb363a2a0a99434ceff Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 21 Mar 2024 15:54:08 +0100 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9aaecd..742a45f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "gemfreely" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index a530271..d3ba0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "gemfreely" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Synchronize Gemini protocol blogs to the Fediverse" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = "1.0.81" atom_syndication = "0.12.2"