Skip to content

Commit 3bf6258

Browse files
renovate[bot]Turbo87
authored andcommitted
Update Rust to v1.89.0
1 parent 3b78aca commit 3bf6258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2-
ARG RUST_VERSION=1.88.0
2+
ARG RUST_VERSION=1.89.0
33

44
FROM rust:$RUST_VERSION
55

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.88.0"
2+
channel = "1.89.0"

0 commit comments

Comments
 (0)