Skip to content

Commit

Permalink
Merge pull request #29 from penumbra-zone/pin-binance-dep
Browse files Browse the repository at this point in the history
build: pin binance dep
  • Loading branch information
conorsch committed Dec 5, 2023
2 parents 0ad9a14 + dcb7d6c commit 87d0868
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ indexmap = "1.8"
chrono = { version = "0.4", features = ["serde"] }
tonic = { version = "0.10", features = ["tls-webpki-roots", "tls"] }
serde = { version = "1", features = ["derive"] }
binance = { git = "https://github.com/wisespace-io/binance-rs.git" }
# The commit `17ba6f3cedec7f5908e4cc2b3c39f61a778df2ec` from 2023-12-03 broke compilation,
# so we pin the prior git revision.
# binance = { git = "https://github.com/wisespace-io/binance-rs.git", rev = "17ba6f3cedec7f5908e4cc2b3c39f61a778df2ec" }
binance = { git = "https://github.com/wisespace-io/binance-rs.git", rev = "3017e136cc4439c9b6a67fdccb76a7c3a94f8440" }
url = "2"

0 comments on commit 87d0868

Please sign in to comment.