Compare commits

...

2 Commits

Author SHA1 Message Date
projectmoon aab2e0e358 Version 0.1.6: strip release binaries
continuous-integration/drone/push Build is passing Details
2024-03-22 18:19:53 +01:00
projectmoon d219e28280 Strip binaries when building static release 2024-03-22 18:15:56 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
[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.4" version = "0.1.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atom_syndication", "atom_syndication",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gemfreely" name = "gemfreely"
version = "0.1.5" version = "0.1.6"
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"