Skip to content

Commit 880725c

Browse files
committed
omit patch version from dependency requirements
1 parent 4f2d0a8 commit 880725c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ keywords = ["diff", "tree", "distance", "levenshtein", "lcs"]
1111
categories = ["algorithms"]
1212

1313
[dependencies]
14-
arrayvec = "0.7.0"
15-
derive_more = "0.99.11"
16-
itertools = "0.10.0"
17-
pathfinding = "2.0.4"
14+
arrayvec = "0.7"
15+
derive_more = "0.99"
16+
itertools = "0.10"
17+
pathfinding = "2.0"
1818

1919
[dev-dependencies]
20-
assert_matches = "1.5.0"
21-
json = "0.12.4"
22-
proptest = "1.0.0"
23-
test-strategy = "0.1.2"
20+
assert_matches = "1.5"
21+
json = "0.12"
22+
proptest = "1.0"
23+
test-strategy = "0.1"

0 commit comments

Comments
 (0)