From 5214a222c24a12adafb3180cbd570bcad0a72a5d Mon Sep 17 00:00:00 2001 From: Noa <33094578+coolreader18@users.noreply.github.com> Date: Tue, 4 Jan 2022 20:40:16 -0600 Subject: Upgrade clap to v3 + switch to derive(clap::Parser) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aeb5364..dbb33db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" yaxpeax-arch-02 = { package = "yaxpeax-arch", path = "/toy/yaxpeax/yaxpeax-arch/" } [dependencies] -clap = "2.33" +clap = { version = "3", features = ["derive"] } hex = "0.4.0" num-traits = "0.2.10" itertools = "0.10.1" -- cgit v1.1