Skip to content

Commit

Permalink
Merge pull request #10 from Overmuse/SR/fix_deserialization
Browse files Browse the repository at this point in the history
fix deserialization
  • Loading branch information
SebRollen authored Jun 22, 2021
2 parents 311c64f + 1fe5fea commit 43d3d7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "double-trouble"
version = "0.3.0"
version = "0.3.1"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand All @@ -14,7 +14,7 @@ config = "0.11.0"
csv = "1.1.6"
dotenv = "0.15.0"
futures = "0.3.15"
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.3.2" }
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.3.3" }
iex = { git = "ssh://[email protected]/Overmuse/iex", tag = "v0.1.1" }
polygon = { git = "ssh://[email protected]/Overmuse/polygon", tag = "v0.10.1" }
position-intents = { git = "ssh://[email protected]/Overmuse/position-intents", tag = "v0.6.0" }
Expand Down

0 comments on commit 43d3d7a

Please sign in to comment.