Skip to content

Commit

Permalink
fix: check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Sep 5, 2023
1 parent 7cdb1d8 commit c0d7086
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
46 changes: 0 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resolver="2"
members = [
# chronos binary
# "chronos_bin",
"chronos_bin",
# examples
"examples/*",
# migrations binary
Expand Down
2 changes: 1 addition & 1 deletion chronos_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"

#kafka
rdkafka = { version = "0.34.0", features = ["sasl"] }
rdkafka = { version = "0.34.0" }

#exception-handling
thiserror = "1.0.31"
Expand Down

0 comments on commit c0d7086

Please sign in to comment.