Skip to content

Commit

Permalink
toolchain: Update to 1.68.2
Browse files Browse the repository at this point in the history
Update rust toolchain from 1.66.1 to 1.68.2

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and dianpopa committed Apr 3, 2023
1 parent ef52d5f commit 56dfb54
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 65 deletions.
2 changes: 1 addition & 1 deletion tools/devctr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04
# The Rust toolchain layer will get updated most frequently, but we could keep the system
# dependencies layer intact for much longer.

ARG RUST_TOOLCHAIN="1.66.1"
ARG RUST_TOOLCHAIN="1.68.2"
ARG TMP_BUILD_DIR=/tmp/build
ARG FIRECRACKER_SRC_DIR="/firecracker"
ARG FIRECRACKER_BUILD_DIR="$FIRECRACKER_SRC_DIR/build"
Expand Down
130 changes: 67 additions & 63 deletions tools/devctr/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
DEVCTR_IMAGE_NO_TAG="public.ecr.aws/firecracker/fcuvm"

# Development container tag
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v52}
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v55}

# Development container image (name:tag)
# This should be updated whenever we upgrade the development container.
Expand Down

0 comments on commit 56dfb54

Please sign in to comment.