Compare commits

..

No commits in common. "aab2e0e358e7625b1c635589ede20c0efbfef067" and "5d87f61d3315725746847652129a6d779849114c" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,3 @@
[build] [build]
rustflags = ["-C", "target-feature=+crt-static"] rustflags = ["-C", "target-feature=+crt-static"]
target = "x86_64-unknown-linux-gnu" target = "x86_64-unknown-linux-gnu"
[profile.release]
strip = true

2
Cargo.lock generated
View File

@ -428,7 +428,7 @@ dependencies = [
[[package]] [[package]]
name = "gemfreely" name = "gemfreely"
version = "0.1.6" version = "0.1.4"
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.5"
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"