4 Commits

Author SHA1 Message Date
1face8eea8 chore: Release zfsbackup version 0.2.1
All checks were successful
Release / release (push) Successful in 1m16s
2026-04-26 18:07:46 +02:00
48078e5bd3 Add gitea URLs 2026-04-26 18:07:37 +02:00
21e674ffb0 chore: Release zfsbackup version 0.2.0
Some checks failed
Release / release (push) Failing after 1m14s
2026-04-26 18:03:27 +02:00
694ae9cc71 Only build binaries for Linux 2026-04-26 18:03:10 +02:00
3 changed files with 9 additions and 2 deletions

View File

@@ -4,5 +4,12 @@ before:
- cargo install --locked cargo-zigbuild
builds:
- builder: rust
targets:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
archives:
- formats: ["binary"]
gitea_urls:
api: https://git.shee.sh/api/v1
download: https://git.shee.sh

2
Cargo.lock generated
View File

@@ -413,7 +413,7 @@ dependencies = [
[[package]]
name = "zfsbackup"
version = "0.1.2"
version = "0.2.1"
dependencies = [
"chrono",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "zfsbackup"
version = "0.1.2"
version = "0.2.1"
edition = "2024"
publish = false