Skip to content

Commit 7c32094

Browse files
committed
Use explicit version numbers
1 parent 26a405f commit 7c32094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
authors = ["rustomax"]
55

66
[dependencies]
7-
itertools = "*"
8-
char-iter = "*"
7+
itertools = "0.4"
8+
char-iter = "0.1"

0 commit comments

Comments
 (0)