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
It seems like the fix from #30 does not properly override the toolchain specified by rust-toolchain.toml. Using rustup override set $TOOLCHAIN instead of rustup default $TOOLCHAIN seems to do the trick:
I can make a PR if this seems like a desirable fix.