Closed msrd0 closed 3 years ago
This fixes error message
error: failed to parse manifest at `my_crate/Cargo.toml` Caused by: failed to parse the `edition` key Caused by: this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
Thanks!
Looks like we need to update the MSRV in CI
Fixes #4
This fixes error message