Skip to content

Commit 6cf8781

Browse files
committed
Updating strum + version bump
Progress on #14 * Expected a build fail, but WORKSFORME? Watching GH Actions...
1 parent 3df57e8 commit 6cf8781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ 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]
1818
log = "^0.4"
1919
url = "^2.2"
20-
strum = "~0.18"
21-
strum_macros = "~0.18"
20+
strum = "^0.20"
21+
strum_macros = "^0.20"
2222
anyhow = "^1.0"
2323
regex = "^1.4"
2424

0 commit comments

Comments
 (0)