From 5df6a844c79155c5cd535f9ad1f29c2e026664d7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Feb 2025 13:45:25 +0100 Subject: [PATCH] Updating test commands for version 0.6.0. Signed-off-by: Daniel Baumann --- debian/tests/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index ed139dc..00b8a35 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets --all-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --all-features Features: test-name=rust-forgejo-api:@ Depends: dh-cargo (>= 31), @@ -14,7 +14,7 @@ Depends: @, Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets Features: test-name=librust-forgejo-api-dev:default Depends: dh-cargo (>= 31), @@ -30,7 +30,7 @@ Depends: @, Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets --no-default-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --no-default-features Features: test-name=librust-forgejo-api-dev: Depends: dh-cargo (>= 31),