Skip to content

Commit

Permalink
omni-executor rust version bump (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek authored Oct 18, 2024
1 parent 2b75153 commit cbbb20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.79 AS builder
FROM rust:1.82 AS builder
WORKDIR /usr/src/omni-executor
COPY . .
RUN cargo build --release
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79"
channel = "1.82"
profile = "default" # include rustfmt, clippy

0 comments on commit cbbb20d

Please sign in to comment.