Skip to content

Commit 9763b2e

Browse files
committed
cloudevents#9 Encoders for MQTT
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent 8015532 commit 9763b2e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .github/workflows/rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
command: build
7878
toolchain: ${{ matrix.toolchain }}
79-
args: --target ${{ matrix.target }} --workspace
79+
args: --target ${{ matrix.target }} --features vendored --workspace
8080
env:
8181
CC: musl-gcc
8282
CXX: g++

Diff for: cloudevents-sdk-paho-mqtt/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ cloudevents-sdk = { version = "0.3.0", path = ".." }
1313
lazy_static = "1.4.0"
1414
paho-mqtt = "0.9.1"
1515
chrono = { version = "^0.4", features = ["serde"] }
16+
openssl-sys = "*"
1617

1718
[dev-dependencies]
18-
serde_json = "^1.0"
19+
serde_json = "^1.0"
20+
21+
[features]
22+
vendored = ["openssl-sys/vendored"]

0 commit comments

Comments
 (0)