summaryrefslogtreecommitdiffstats
path: root/src/commands/find_pkg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/find_pkg.rs')
-rw-r--r--src/commands/find_pkg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/find_pkg.rs b/src/commands/find_pkg.rs
index 1a84495..32f451d 100644
--- a/src/commands/find_pkg.rs
+++ b/src/commands/find_pkg.rs
@@ -1,7 +1,7 @@
use anyhow::Error;
use anyhow::Context;
use anyhow::Result;
-use clap_v3::ArgMatches;
+use clap::ArgMatches;
use crate::config::Configuration;
use crate::package::Package;