Skip to content

Commit

Permalink
Update clap version to 4.5.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 12, 2024
1 parent 9cda65d commit dcc3077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = "1.0"
bincode = "1.3.3"
bitfield = "0.15.0"
msru = "0.2.0"
clap = { version = "<4.5", features = [ "derive" ] }
clap = { version = "4.5", features = [ "derive" ] }
codicon = "3.0"
colorful = "0.2.2"
libc = "0.2.139"
Expand Down

0 comments on commit dcc3077

Please sign in to comment.