Skip to content

Commit

Permalink
chore: bump to v0.49.0 (#5452)
Browse files Browse the repository at this point in the history
## Description
Bumps repo to 0.49.0, made this a major one after some thought as we
longer support beta-4 as tooling with this release.
Also ran `cargo update` as this is a breaking change

---------

Co-authored-by: Sophie Dankel <[email protected]>
Co-authored-by: Joshua Batty <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent c5adaa6 commit a17fbf3
Show file tree
Hide file tree
Showing 28 changed files with 157 additions and 157 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM lukemathwalker/cargo-chef:latest-rust-1.73 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.75 as chef
WORKDIR /build/
# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down
Loading

1 comment on commit a17fbf3

@moeinzng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Please sign in to comment.