Skip to content

Commit

Permalink
Merge pull request #654 from chainbound/lore/chore/bump-rust
Browse files Browse the repository at this point in the history
chore: bump rust version everywhere
  • Loading branch information
thedevbirb authored Jan 10, 2025
2 parents b585997 + 18b27fb commit cd90f0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bolt-boost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.83.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef
WORKDIR /app

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion bolt-boost/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.83.0"
channel = "1.84.0"
profile = "default"
2 changes: 1 addition & 1 deletion bolt-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Base compiler image with necessary dependencies
FROM rust:1.81.0-slim-bullseye AS base
FROM rust:1.84.0-slim-bullseye AS base

# Install cargo-chef for dependency caching
RUN cargo install cargo-chef
Expand Down
2 changes: 1 addition & 1 deletion bolt-cli/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.81.0"
channel = "1.84.0"
profile = "default"
2 changes: 1 addition & 1 deletion bolt-sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Base compiler image with necessary dependencies
FROM rust:1.83.0-slim-bullseye AS base
FROM rust:1.84.0-slim-bullseye AS base

# Install cargo-chef for dependency caching
RUN cargo install cargo-chef
Expand Down
2 changes: 1 addition & 1 deletion bolt-sidecar/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.83.0"
channel = "1.84.0"
profile = "default"

0 comments on commit cd90f0c

Please sign in to comment.