update to rust 1.72.1

This commit is contained in:
2023-09-20 07:26:37 +02:00
parent ce6d91ae77
commit a3581b2249
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM fedora:latest
ARG RUST_VERSION=1.64.0
ARG RUST_VERSION=1.72.1
ENV RUST_VERSION=$RUST_VERSION
RUN dnf install gtk4-devel gcc libadwaita-devel -y

View File

@@ -1,5 +1,5 @@
FROM fedora:latest
ARG RUST_VERSION=1.64.0
ARG RUST_VERSION=1.72.1
ENV RUST_VERSION=$RUST_VERSION
RUN dnf install gtk4-devel gcc libadwaita-devel -y