Skip to content

Commit c253dfe

Browse files
Fixed rdkafka example
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 502c6d8 commit c253dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudevents-sdk-rdkafka/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cloudevents-sdk = { version = "0.2.0", path = ".." }
1818
lazy_static = "1.4.0"
1919
rdkafka = { version = "^0.24", default-features = false }
2020

21-
2221
[dev-dependencies]
2322
url = { version = "^2.1" }
2423
serde_json = "^1.0"
2524
chrono = { version = "^0.4", features = ["serde"] }
2625
futures = "0.3.5"
26+
rdkafka = { version = "^0.24" }

0 commit comments

Comments
 (0)