Skip to content

Commit 2dcbf25

Browse files
committed
Merge commit 'b82ebae097e7b36089e0dc1e3f9675da7b1e4ad9' into future-main
2 parents 8825598 + b82ebae commit 2dcbf25

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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`

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ license = "MIT"
99
name = "git-url-parse"
1010
readme = "README.md"
1111
repository = "https://github.com/tjtelan/git-url-parse-rs"
12-
version = "0.3.0"
12+
version = "0.3.1"
1313

1414
[badges.maintenance]
1515
status = "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"

0 commit comments

Comments
 (0)