Skip to content

Commit fa7fde9

Browse files
committed
#9 Encoders for MQTT
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent 2a681db commit fa7fde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
command: build
100100
toolchain: ${{ matrix.toolchain }}
101-
args: --target wasm32-unknown-unknown --package cloudevents-sdk --package cloudevents-sdk-reqwest
101+
args: --target wasm32-unknown-unknown --features vendored --package cloudevents-sdk --package cloudevents-sdk-reqwest
102102

103103
# Build examples
104104
- uses: actions-rs/cargo@v1
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
command: build
109109
toolchain: ${{ matrix.toolchain }}
110-
args: --target ${{ matrix.target }} --manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
110+
args: --target ${{ matrix.target }} --features vendored --manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
111111

112112
- uses: actions-rs/cargo@v1
113113
name: "Build rdkafka-example"

0 commit comments

Comments
 (0)