mmaker / zkalc

A web tool that helps you compare and visualize the performance of cryptographic operations
https://zka.lc
BSD 3-Clause "New" or "Revised" License
72 stars 11 forks source link

Make command crashes #25

Closed tumberger closed 1 year ago

tumberger commented 1 year ago

Compilation error for 1.73.0-nightly with proc-macro2 v1.0.50

error[E0635]: unknown feature `proc_macro_span_shrink`
  -->/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.51/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)

Should bump proc-macro2 to newest version.