We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad9a14 + dcb7d6c commit 87d0868Copy full SHA for 87d0868
Cargo.toml
@@ -38,5 +38,8 @@ indexmap = "1.8"
38
chrono = { version = "0.4", features = ["serde"] }
39
tonic = { version = "0.10", features = ["tls-webpki-roots", "tls"] }
40
serde = { version = "1", features = ["derive"] }
41
-binance = { git = "https://github.com/wisespace-io/binance-rs.git" }
+# 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" }
45
url = "2"
0 commit comments