tjtelan / git-url-parse-rs

Parser of git repo urls for Rust
MIT License
15 stars 8 forks source link

Loosens dependency restrictions (#12) #13

Closed EverlastingBugstopper closed 3 years ago

EverlastingBugstopper commented 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.

tjtelan commented 3 years ago

This looks good. I'm going to take another pass to update the strum-related changes.

Thanks for the PR. Much appreciated!