Skip to content

Commit

Permalink
Update clap from version 3.2 => 4.0 (#498)
Browse files Browse the repository at this point in the history
update clap from 3.2 -> 4.0
  • Loading branch information
Robbepop committed Oct 4, 2022
1 parent 1fbc2d3 commit b9c99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
wasmi = { path = "../wasmi" }
wat = "1"
anyhow = "1"

0 comments on commit b9c99f1

Please sign in to comment.