microsoft / Spartan

Spartan: High-speed zkSNARKs without trusted setup
MIT License
689 stars 119 forks source link

error[E0557]: feature has been removed #36

Closed ether-wan closed 3 years ago

ether-wan commented 3 years ago

hello i have this error when i try to add your library to my project w/ cargo build

error[E0557]: feature has been removed
 --> /home/r1/.cargo/registry/src/github.com-1ecc6299db9ec823/spartan-0.3.0/src/lib.rs:4:12
  |
4 | #![feature(external_doc)]
  |            ^^^^^^^^^^^^ feature has been removed
  |
  = note: use #[doc = include_str!("filename")] instead, which handles macro invocation
0xhiroki commented 3 years ago

Is this issue on curve25519-dalek related? We might need to bump its version to 3.0.1.