Update version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2024-03-21 15:54:08 +01:00
parent 4faa6c96fe
commit 5109265f0b
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,12 +1,10 @@
[package] [package]
name = "gemfreely" name = "gemfreely"
version = "0.1.0" version = "0.1.1"
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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.81" anyhow = "1.0.81"
atom_syndication = "0.12.2" atom_syndication = "0.12.2"