File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ # [ 0.3.1] ( https://github.com/tjtelan/git-url-parse-rs/compare/v0.3.0...v0.3.1 )
2+ - Loosen dependency restrictions in ` Cargo.toml ` ([ #12 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/12 ) )
3+ - Update ` strum ` + ` strum_macros ` ([ #14 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/14 ) )
4+
15# [ 0.3.0] ( https://github.com/tjtelan/git-url-parse-rs/compare/v0.2.0...v0.3.0 )
26- Add ` CHANGELOG.md `
37- Add new schemes ` Ftp ` and ` Ftps `
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ license = "MIT"
99name = " git-url-parse"
1010readme = " README.md"
1111repository = " https://github.com/tjtelan/git-url-parse-rs"
12- version = " 0.3.0 "
12+ version = " 0.3.1 "
1313
1414[badges .maintenance ]
1515status = " actively-developed"
1616
1717[dependencies ]
18- log = " ~ 0.4"
19- url = " ~2.1 "
20- strum = " ~0.18 "
21- strum_macros = " ~0.18 "
22- anyhow = " ~ 1.0"
23- regex = " ~1.3 "
18+ log = " ^ 0.4"
19+ url = " ^2.2 "
20+ strum = " ^0.20 "
21+ strum_macros = " ^0.20 "
22+ anyhow = " ^ 1.0"
23+ regex = " ^1.4 "
2424
2525[dev-dependencies ]
26- env_logger = " ~0.7 "
26+ env_logger = " ^0.8 "
You can’t perform that action at this time.
0 commit comments