Be less specific about the clap version

This commit is contained in:
Gwilym Kuiper 2022-10-01 19:45:28 +01:00
parent 5733d03877
commit b9e9bada9f

View file

@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
clap = "4.0" clap = "4"
toml_edit = "0.14" toml_edit = "0.14"