diff --git a/Cargo.lock b/Cargo.lock index c46e767..025790c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "steghunt" -version = "0.1.0" +version = "0.1.2" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 391c09e..9788e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "steghunt" -version = "0.1.0" +version = "0.1.2" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] clap = { version = "3.0", features = ["derive"] } sha256 = { version = "1.0.3" }