Skip to content

Commit

Permalink
cloudevents#9 Encoders for MQTT
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Jan 27, 2021
1 parent 8015532 commit 9763b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
command: build
toolchain: ${{ matrix.toolchain }}
args: --target ${{ matrix.target }} --workspace
args: --target ${{ matrix.target }} --features vendored --workspace
env:
CC: musl-gcc
CXX: g++
Expand Down
6 changes: 5 additions & 1 deletion cloudevents-sdk-paho-mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ cloudevents-sdk = { version = "0.3.0", path = ".." }
lazy_static = "1.4.0"
paho-mqtt = "0.9.1"
chrono = { version = "^0.4", features = ["serde"] }
openssl-sys = "*"

[dev-dependencies]
serde_json = "^1.0"
serde_json = "^1.0"

[features]
vendored = ["openssl-sys/vendored"]

0 comments on commit 9763b2e

Please sign in to comment.