Verison 0.1.7: integrate Gemini library bugfixes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2024-03-24 16:10:01 +01:00
parent e9e04b1a0b
commit 3a4f7ba3a4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -428,7 +428,7 @@ dependencies = [
[[package]] [[package]]
name = "gemfreely" name = "gemfreely"
version = "0.1.6" version = "0.1.7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atom_syndication", "atom_syndication",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gemfreely" name = "gemfreely"
version = "0.1.6" version = "0.1.7"
edition = "2021" edition = "2021"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
description = "Synchronize Gemini protocol blogs to the Fediverse" description = "Synchronize Gemini protocol blogs to the Fediverse"