Skip to content
Snippets Groups Projects
Commit 3f3feaf2 authored by Patrick Lam's avatar Patrick Lam
Browse files

fix dependencies so older versions of Rust work

parent 9f0e1a31
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0", features = ["derive"] }
regex = "1"
\ No newline at end of file
clap = { version = "4.0.20", features = ["derive"] }
clap_derive = "=4.0.20"
clap_lex = "=0.3.0"
regex = "1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment