Update clap version and cli build

This commit is contained in:
michaelpivato
2022-10-20 12:36:49 +10:30
parent 28e3c87b98
commit 232ed9dd39
3 changed files with 25 additions and 48 deletions

View File

@@ -14,6 +14,6 @@ csv = "1.1"
# simba = { version = "0.7.1", features = ["partial_fixed_point_support"] }
# num = "0.4"
clap = { version = "3.1.18", features = ["derive"] }
clap = { version = "4.0.17", features = ["derive"] }
itertools = "0.10.3"