frondeus / test-case

Rust procedural macro attribute for adding test cases easily
MIT License
614 stars 39 forks source link

Fix syn version to 1.0.57 #59

Closed ki-hiro closed 3 years ago

ki-hiro commented 3 years ago

fix syn version to fix forrowing compile error

error[E0432]: unresolved import `syn::export`
 --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/test-case-0.3.3/src/test_case.rs:4:10
  |
4 | use syn::export::TokenStream2;
  |          ^^^^^^ could not find `export` in `syn`
ki-hiro commented 3 years ago

I made this PR by mistake sorry..