From 2dfd334ade84c60035308427774a0b7fca1faf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 8 Apr 2025 14:29:17 +0200 Subject: [PATCH] chore: Include the matrix-sdk-ffi crate in the release process --- bindings/matrix-sdk-ffi/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/matrix-sdk-ffi/Cargo.toml b/bindings/matrix-sdk-ffi/Cargo.toml index 6f75213c5..eab6f6c34 100644 --- a/bindings/matrix-sdk-ffi/Cargo.toml +++ b/bindings/matrix-sdk-ffi/Cargo.toml @@ -8,6 +8,7 @@ license = "Apache-2.0" readme = "README.md" rust-version = { workspace = true } repository = "https://github.com/matrix-org/matrix-rust-sdk" +publish = false [lib] crate-type = ["cdylib", "staticlib"] @@ -23,7 +24,7 @@ vergen = { version = "8.1.3", features = ["build", "git", "gitcl"] } [dependencies] anyhow = { workspace = true } as_variant = { workspace = true } -async-compat = "0.2.5" +async-compat = "0.2.4" eyeball-im = { workspace = true } extension-trait = "1.0.1" futures-util = { workspace = true } @@ -80,4 +81,4 @@ features = [ workspace = true [package.metadata.release] -release = false +release = true