Skip to content

Commit

Permalink
Merge pull request #4 from Overmuse/SR/update_kafka-settings_version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
SebRollen authored Apr 4, 2021
2 parents 15bb611 + f1434c2 commit ea66161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stream-processor"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand All @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1.48"
futures = "0.3"
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.2.1" }
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.2.2" }
rdkafka = { version = "0.26", features = ["ssl-vendored"] }
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit ea66161

Please sign in to comment.