diff --git a/Cargo.lock b/Cargo.lock index 225e15d..23994fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "ikconfig" -version = "0.1.7" +version = "0.2.0" dependencies = [ "argh", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 90e67db..b0feafe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ikconfig" -version = "0.1.7" +version = "0.2.0" description = "A CLI utility to extract the .config file from a kernel image." authors = ["Philip Ye "] edition = "2021"