Skip to content

Commit 2dfd334

Browse files
committed
chore: Include the matrix-sdk-ffi crate in the release process
1 parent 89d0cc5 commit 2dfd334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "Apache-2.0"
88
readme = "README.md"
99
rust-version = { workspace = true }
1010
repository = "https://github.com/matrix-org/matrix-rust-sdk"
11+
publish = false
1112

1213
[lib]
1314
crate-type = ["cdylib", "staticlib"]
@@ -23,7 +24,7 @@ vergen = { version = "8.1.3", features = ["build", "git", "gitcl"] }
2324
[dependencies]
2425
anyhow = { workspace = true }
2526
as_variant = { workspace = true }
26-
async-compat = "0.2.5"
27+
async-compat = "0.2.4"
2728
eyeball-im = { workspace = true }
2829
extension-trait = "1.0.1"
2930
futures-util = { workspace = true }
@@ -80,4 +81,4 @@ features = [
8081
workspace = true
8182

8283
[package.metadata.release]
83-
release = false
84+
release = true

0 commit comments

Comments
 (0)