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
hello i have this error when i try to add your library to my project w/
cargo build