From 6573b43ce0500944853fd48189346eb48b942036 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:32:44 +0300 Subject: [PATCH] I know I'm not supposed to do this, but I have to. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c20ea19..2666b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "cup" -version = "1.1.2" +version = "1.1.1" dependencies = [ "bollard", "clap", diff --git a/Cargo.toml b/Cargo.toml index e7daf10..0872544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cup" -version = "1.1.2" +version = "1.1.1" edition = "2021" [dependencies]