crypto-crawler / crypto-crawler-rs

A rock-solid cryptocurrency crawler library.
Apache License 2.0
227 stars 73 forks source link

Compile failed due to rust nightly bug #15

Closed soulmachine closed 2 years ago

soulmachine commented 2 years ago

CI is failing https://github.com/crypto-crawler/crypto-crawler-rs/runs/5685232312?check_suite_focus=true

due to this bug https://github.com/rust-lang/rust/issues/95267

Need to wait for a newer nightly release

soulmachine commented 2 years ago

Rolled back to nightly-2022-03-23 https://github.com/crypto-crawler/crypto-crawler-rs/commit/1b358ceaf09d4040815a138f2108fa60a569aa11 for now

soulmachine commented 2 years ago

Switched to stable now