Skip to content

Commit

Permalink
Merge pull request #25 from Overmuse/SR/decimal
Browse files Browse the repository at this point in the history
upgrade alpaca version
  • Loading branch information
SebRollen authored Apr 19, 2021
2 parents 77a5b2a + 9e2e6cd commit 51c53ab
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
44 changes: 28 additions & 16 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,13 +1,13 @@
[package]
name = "trader"
version = "1.0.0"
version = "1.0.1"
authors = ["RollenRegistratorBot <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
alpaca = { git = "ssh://[email protected]/Overmuse/alpaca", tag = "v0.5.0" }
alpaca = { git = "ssh://[email protected]/Overmuse/alpaca", tag = "v0.7.0" }
anyhow = "1.0.40"
config = "0.11.0"
dotenv = "0.15.0"
Expand Down

0 comments on commit 51c53ab

Please sign in to comment.