Skip to content

Commit 01862a4

Browse files
authored
chore: upgrade to rust 1.90 (numaproj#2964)
Signed-off-by: Vigith Maurice <vigith@gmail.com>
1 parent 6a4a4c9 commit 01862a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN chmod +x /bin/entrypoint
2222
####################################################################################################
2323
# Rust binary
2424
####################################################################################################
25-
FROM lukemathwalker/cargo-chef:latest-rust-1.89 AS chef
25+
FROM lukemathwalker/cargo-chef:latest-rust-1.90 AS chef
2626
ARG TARGETPLATFORM
2727
WORKDIR /numaflow
2828
RUN apt-get update && apt-get install -y protobuf-compiler cmake

rust/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.89"
3+
channel = "1.90"

0 commit comments

Comments
 (0)