Skip to content

Commit a4cb925

Browse files
committed
ugprade to rust 1.92
1 parent 3f02568 commit a4cb925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Build stage #
1313
#################
1414

15-
FROM rust:1.91-slim-trixie AS build
15+
FROM rust:1.92-slim-trixie AS build
1616

1717
ENV DEBIAN_FRONTEND=noninteractive
1818

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.91.0"
2+
channel = "1.92.0"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)