Skip to content

Commit f33a6d7

Browse files
authored
Merge pull request #31 from scileo/master
Fix cargo.toml
2 parents 265008a + 55c9861 commit f33a6d7

File tree

2 files changed

+182
-6
lines changed

2 files changed

+182
-6
lines changed

Cargo.lock

Lines changed: 179 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
dyn-clone = "*"
11-
pest = "*"
12-
pest_derive = "*"
13-
nom = "*"
14-
text_io = "*"
15-
rand = "*"
10+
dyn-clone = "1.0"
11+
nom = "5.1"
12+
rand = "0.7"

0 commit comments

Comments
 (0)