From 6008fd98b28bae41737f8bba80e4ab495076ebc8 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Thu, 7 Sep 2023 22:19:38 +0200 Subject: [PATCH] chore: Bump version to 1.8.4 --- Cargo.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ac1e7b..10a8388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aim" -version = "1.8.3" +version = "1.8.4" edition = "2021" authors = ["Mihai Galos "] description = "🎯 A command line download/upload tool with resume." diff --git a/Dockerfile b/Dockerfile index ec2eacc..074f546 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk update \ COPY . /src -RUN rustup update 1.64 && rustup default 1.64 +RUN rustup update 1.70 && rustup default 1.70 RUN cd /src \ && sed -i -e "s/openssl.*=.*//" Cargo.toml \