Skip to content

Commit f32b5d9

Browse files
author
Devdutt Shenoi
committed
required for building with sasl vendored
1 parent 2d40bdb commit f32b5d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ url = "2.4.0"
3434

3535
# Connectors dependencies
3636
rdkafka = { version = "0.37", optional = true, features = ["cmake-build", "tracing", "libz-static"] }
37+
sasl2-sys = { version = "0.1.22", optional = true, features = ["vendored"] }
3738

3839
# Authentication and Security
3940
argon2 = "0.5.0"
@@ -143,7 +144,7 @@ assets-sha1 = "4516db38c8e556707b29b33569f9b1e53d5165f2"
143144

144145
[features]
145146
debug = []
146-
kafka = ["rdkafka", "rdkafka/ssl-vendored", "rdkafka/ssl", "rdkafka/sasl"]
147+
kafka = ["rdkafka", "rdkafka/ssl-vendored", "rdkafka/ssl", "rdkafka/sasl", "sasl2-sys", "sasl2-sys/vendored"]
147148

148149
[profile.release-lto]
149150
inherits = "release"

0 commit comments

Comments
 (0)