From 9f6b0bde0dadcda6717c30c122fb1115e40428ed Mon Sep 17 00:00:00 2001 From: QuickTus <24503963+quicktus@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:04:22 +0200 Subject: [PATCH] version up --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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" }