Skip to content

Commit 00a38eb

Browse files
committed
Fix warnings, fix typo vesrion to version in serde
1 parent e43eb65 commit 00a38eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rayon = "*" # Apache 2
1414
regex = "*" # Apache 2.0 / MIT
1515
itertools = "*" # Apache 2.0 / MIT
1616
clap = { version="*", features = ["default"] } # Apache 2.0 / MIT
17-
serde = { vesrion="*", features = ["derive"] } # Apache 2.0 / MIT
17+
serde = { version="*", features = ["derive"]} # Apache 2.0 / MIT
1818
serde_yaml = "*" # MIT
1919
indicatif = "*" # Apache 2.0 / MIT
2020
rand = "*"

0 commit comments

Comments
 (0)