Bump version for CI fixes (hopefully)
continuous-integration/drone/push Build was killed Details

This commit is contained in:
projectmoon 2024-03-22 17:10:54 +01:00
parent d14d1240cb
commit 5d87f61d33
3 changed files with 7 additions and 6 deletions

3
.cargo/static-build.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
rustflags = ["-C", "target-feature=+crt-static"]
target = "x86_64-unknown-linux-gnu"

View File

@ -15,17 +15,15 @@ steps:
ref:
- refs/tags/v*
commands:
- RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release
- cargo build --config .cargo/static-build.toml --release
- name: push-release
image: plugins/gitea-release
environment:
RELEASE_PUSH_KEY:
from_secret: release_push_key
when:
ref:
- refs/tags/v*
settings:
api_key: ${RELEASE_PUSH_KEY}
api_key:
from_secret: release_push_key
base_url: https://git.agnos.is/
files: target/x86_64-unknown-linux-gnu/release/gemfreely

View File

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