Closed gustawdaniel closed 7 months ago
I suspect this is due to a mistake I made with not correctly locking the specta_macros
version in early releases of the specta
v1.0.0.x releases which will be fixed when I make a future release.
Maybe try adding the following to your Cargo.toml
:
specta_macros = "=2.0.0-rc.1"
I follow quick start steps:
https://www.rspc.dev/quickstart
and getting error:
Exact steps to reproduce
go to catalog
Now
cargo run
works as we expectLet's add rspc
we can check it
and we have error that I mentioned
I checked that tokio instalation will not change anything and specta without rspc seems to work.