1
0
Fork 0

Adding patch to build with forgejo-api from the archive.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-19 20:07:42 +01:00
parent ce0b70c49e
commit 69fbe7957b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Building with forgejo-api from the archive.
diff -Naurp forgejo-cli.orig/Cargo.toml forgejo-cli/Cargo.toml
--- forgejo-cli.orig/Cargo.toml
+++ forgejo-cli/Cargo.toml
@@ -63,7 +63,7 @@ version = "5.0.1"
version = "0.6.12"
[dependencies.forgejo-api]
-version = "0.5.0"
+version = "0.7.0"
[dependencies.futures]
version = "0.3.30"

View file

@ -1 +1,2 @@
debian/0001-rust-comrak.patch debian/0001-rust-comrak.patch
debian/0002-forgejo-api.patch