Skip to content

Commit

Permalink
chore: Bump version to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Sep 7, 2023
1 parent 87aeda3 commit 893eede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aim"
version = "1.8.3"
version = "1.8.4"
edition = "2021"
authors = ["Mihai Galos <[email protected]>"]
description = "🎯 A command line download/upload tool with resume."
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update \

COPY . /src

RUN rustup update 1.64 && rustup default 1.64
RUN rustup update 1.67 && rustup default 1.67

RUN cd /src \
&& sed -i -e "s/openssl.*=.*//" Cargo.toml \
Expand Down

0 comments on commit 893eede

Please sign in to comment.