Skip to content

Commit c24e198

Browse files
committed
rel: v0.5.1
1 parent 097d4eb commit c24e198

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowsdk"
3-
version = "0.4.2"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "Safety-first, realistic, behavior-predictable messaging SDK for MQTT and more."
66
license = "MPL-2.0"

flowsdk_ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowsdk_ffi"
3-
version = "0.4.2"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "FFI bindings for FlowSDK, allowing multi-language integration."
66
license = "MPL-2.0"
@@ -18,7 +18,7 @@ path = "src/bin/uniffi-bindgen.rs"
1818
required-features = ["uniffi-bindings"]
1919

2020
[dependencies]
21-
flowsdk = { path = "..", version = "0.4.1", default-features = false }
21+
flowsdk = { path = "..", version = "0.5.1", default-features = false }
2222
libc = "0.2"
2323
serde = { version = "1.0", features = ["derive"], optional = true }
2424
uniffi = { version = "0.28", features = ["cli"], optional = true }

0 commit comments

Comments
 (0)