You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New project: rspc = {version = "1.0.0-rc.5"} specta = {version = "2.0.0-rc.1"} will automatically install "specta-macros"@2.0.0-rc.6, which results in a breaking change
#173
Closed
greatcat19 opened this issue
Nov 13, 2023
· 2 comments
Whoops, my bad. Transfering this to the Specta repo as it's not an rspc bug.
I did not correctly fix the version of specta-macros in the specta package. Will ensure that is fixed for future releases. You should be able to add specta-macros = { version = "=2.0.0-rc.1" } to your Cargo.toml as a workaround.
The lock file would be like
instead of
Thus, there will be a compilation error:
We might need rc6 for
rspc
?The text was updated successfully, but these errors were encountered: