From 2cf3182cf8725164285e90f512557e189ad0b74a Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Sun, 18 Jun 2023 15:39:26 +0530 Subject: [PATCH] upgraded versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82afd49..007c1e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,7 +828,7 @@ dependencies = [ [[package]] name = "sthp" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 82b2499..d1e67d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sthp" -version = "0.3.0" +version = "0.4.0" license = "MIT" authors = ["Karan Gauswami "] edition = "2021"