Description: Disable bench tests so that autopkgtest won't fail
 See: https://github.com/ejmahler/transpose/issues/8
Forwarded: not-needed
Last-Update: 2025-08-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: transpose/Cargo.toml
===================================================================
--- transpose.orig/Cargo.toml
+++ transpose/Cargo.toml
@@ -28,10 +28,7 @@ categories = [
 ]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/ejmahler/transpose"
-
-[[bench]]
-name = "transpose_benchmarks"
-harness = false
+autobenches = false
 
 [dependencies.num-integer]
 version = "0.1"
