Skip to content

Commit

Permalink
chore(deps): bump rust from 1.80 to 1.81 in the dependencies group (#42)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: rust.


Updates `rust` from 1.80 to 1.81

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 5e6de7b commit 5139f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chombo-gen-backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/chombo-gen
COPY . .
WORKDIR /usr/src/chombo-gen/chombo-gen-backend
Expand Down
2 changes: 1 addition & 1 deletion chombo-gen-frontend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80 as builder
FROM rust:1.81 as builder
RUN rustup target add wasm32-unknown-unknown && \
cargo install trunk
WORKDIR /usr/src/chombo-gen
Expand Down

0 comments on commit 5139f7c

Please sign in to comment.