Skip to content

Commit

Permalink
Merge pull request #25 from Overmuse/SR/update_polygon
Browse files Browse the repository at this point in the history
update polygon version to reduce errors
  • Loading branch information
SebRollen authored Apr 21, 2021
2 parents b7afca3 + f7e9389 commit 3ef3233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ config = "0.11.0"
dotenv = "0.15"
futures = "0.3"
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.3.1" }
polygon = { git = "ssh://[email protected]/Overmuse/polygon", tag = "v0.6.2", default-features = false, features = ["ws"] }
polygon = { git = "ssh://[email protected]/Overmuse/polygon", tag = "v0.6.3", default-features = false, features = ["ws"] }
rdkafka = { version = "0.26", features = ["ssl-vendored"] }
sentry = { version = "0.21.0", features = ["anyhow"] }
sentry-anyhow = "0.21.0"
Expand Down

0 comments on commit 3ef3233

Please sign in to comment.