From f9bf492fdb71df1a7d0df0c9b7835f21d7724e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 4 Sep 2025 12:52:52 +0200 Subject: [PATCH] chore: Disable releases for the matrix-sdk-test-utils crate The crate is only used as a dev dependency, as such we don't need to release it. --- testing/matrix-sdk-test-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/matrix-sdk-test-utils/Cargo.toml b/testing/matrix-sdk-test-utils/Cargo.toml index cb1f13395..0b7389719 100644 --- a/testing/matrix-sdk-test-utils/Cargo.toml +++ b/testing/matrix-sdk-test-utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" rust-version.workspace = true [package.metadata.release] -release = true +release = false [target.'cfg(not(target_family = "wasm"))'.dependencies] ctor = "0.2.9"