File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " flowsdk"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55description = " Safety-first, realistic, behavior-predictable messaging SDK for MQTT and more."
66license = " MPL-2.0"
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Add `flowsdk` to your `Cargo.toml`.
4646
4747``` toml
4848[dependencies ]
49- flowsdk = { version = " 0.3.1 " , features = [" tls" ] }
49+ flowsdk = { version = " 0.4.2 " , features = [" tls" ] }
5050# For QUIC support:
51- # flowsdk = { version = "0.3.1 ", features = ["quic"] }
51+ # flowsdk = { version = "0.4.2 ", features = ["quic"] }
5252```
5353
5454### 2. Basic Usage
Original file line number Diff line number Diff line change 11[package ]
22name = " flowsdk_ffi"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55description = " FFI bindings for FlowSDK, allowing multi-language integration."
66license = " MPL-2.0"
You can’t perform that action at this time.
0 commit comments