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
+
1
5
# [ 0.3.0] ( https://github.com/tjtelan/git-url-parse-rs/compare/v0.2.0...v0.3.0 )
2
6
- Add ` CHANGELOG.md `
3
7
- Add new schemes ` Ftp ` and ` Ftps `
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ license = "MIT"
9
9
name = " git-url-parse"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tjtelan/git-url-parse-rs"
12
- version = " 0.3.0 "
12
+ version = " 0.3.1 "
13
13
14
14
[badges .maintenance ]
15
15
status = " actively-developed"
16
16
17
17
[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 "
24
24
25
25
[dev-dependencies ]
26
- env_logger = " ~0.7 "
26
+ env_logger = " ^0.8 "
You can’t perform that action at this time.
0 commit comments