kanekoshoyu / kucoin_arbitrage

KuCoin Cyclic Arbitrage, using Event-Driven Async Rust
https://docs.rs/kucoin_arbitrage
MIT License
124 stars 14 forks source link

Outdated dependacies #21

Closed 0xMimir closed 1 year ago

0xMimir commented 1 year ago

After running cargo build I get following output:

➜  kucoin_arbitrage git:(master) cargo build
   Compiling proc-macro2 v1.0.59
   Compiling parking_lot v0.12.1
   Compiling ahash v0.7.6
   Compiling core-foundation v0.9.3
   Compiling security-framework-sys v2.9.0
   Compiling tempfile v3.5.0
   Compiling tracing-core v0.1.31
   Compiling percent-encoding v2.2.0
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/mimir/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `proc-macro2` (lib) due to previous 
kanekoshoyu commented 1 year ago

Thanks mate, I really appreciate it