Closed SteveLauC closed 1 year ago
If you run these commands the error goes away. An alternative would be to remove the rust-toolchain file (which I think would be fine).
Some context: https://github.com/ardaku/whoami/issues/43
Thanks for your help
I am running into this error:
This is because
bumpalo
bumps their MSRV to 1.56, so perhaps we should also bump our MSRV.Since
whoami
won't bump MSRV until a major version update, an alternative approach is to use an older version ofbumpalo
.