Skip to content

Commit 6008fd9

Browse files
committed
chore: Bump version to 1.8.4
1 parent 87aeda3 commit 6008fd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aim"
3-
version = "1.8.3"
3+
version = "1.8.4"
44
edition = "2021"
55
authors = ["Mihai Galos <mihai@galos.one>"]
66
description = "🎯 A command line download/upload tool with resume."

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk update \
1010

1111
COPY . /src
1212

13-
RUN rustup update 1.64 && rustup default 1.64
13+
RUN rustup update 1.70 && rustup default 1.70
1414

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

0 commit comments

Comments
 (0)