Closed EverlastingBugstopper closed 3 years ago
Fixes #12 by switching from ~ version specifiers in Cargo.toml to ^, except for strum-macros as it seems there were some breaking changes in recent versions.
~
Cargo.toml
^
strum-macros
This looks good. I'm going to take another pass to update the strum-related changes.
strum
Thanks for the PR. Much appreciated!
Fixes #12 by switching from
~
version specifiers inCargo.toml
to^
, except forstrum-macros
as it seems there were some breaking changes in recent versions.