Skip to content

Commit 87d0868

Browse files
authored
Merge pull request #29 from penumbra-zone/pin-binance-dep
build: pin binance dep
2 parents 0ad9a14 + dcb7d6c commit 87d0868

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ indexmap = "1.8"
3838
chrono = { version = "0.4", features = ["serde"] }
3939
tonic = { version = "0.10", features = ["tls-webpki-roots", "tls"] }
4040
serde = { version = "1", features = ["derive"] }
41-
binance = { git = "https://github.com/wisespace-io/binance-rs.git" }
41+
# The commit `17ba6f3cedec7f5908e4cc2b3c39f61a778df2ec` from 2023-12-03 broke compilation,
42+
# so we pin the prior git revision.
43+
# binance = { git = "https://github.com/wisespace-io/binance-rs.git", rev = "17ba6f3cedec7f5908e4cc2b3c39f61a778df2ec" }
44+
binance = { git = "https://github.com/wisespace-io/binance-rs.git", rev = "3017e136cc4439c9b6a67fdccb76a7c3a94f8440" }
4245
url = "2"

0 commit comments

Comments
 (0)