File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
example-projects/rdkafka-example Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ categories = ["web-programming", "encoding"]
16
16
bytes = " ^0.5"
17
17
cloudevents-sdk = { version = " 0.2.0" , path = " .." }
18
18
lazy_static = " 1.4.0"
19
- rdkafka = { version = " ^0.24" , default- features = false }
19
+ rdkafka = { version = " ^0.24" , features = [ " cmake-build " ] }
20
20
21
21
[dev-dependencies ]
22
22
url = { version = " ^2.1" }
23
23
serde_json = " ^1.0"
24
24
chrono = { version = " ^0.4" , features = [" serde" ] }
25
25
futures = " 0.3.5"
26
- rdkafka = { version = " ^0.24" }
27
26
version-sync = " ^0.9"
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ serde_json = "^1.0"
17
17
futures = " ^0.3"
18
18
tokio = { version = " ^0.2" , features = [" full" ] }
19
19
clap = " 2.33.1"
20
-
21
- [dependencies .rdkafka ]
22
- version = " ^0.24"
23
- features = [" cmake-build" ]
20
+ rdkafka = { version = " ^0.24" , features = [" cmake-build" ] }
24
21
25
22
[workspace ]
You can’t perform that action at this time.
0 commit comments