chore: Include the matrix-sdk-ffi crate in the release process

This commit is contained in:
Damir Jelić
2025-04-08 14:29:17 +02:00
parent 89d0cc5a76
commit 2dfd334ade

View File

@@ -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