Skip to content

Commit

Permalink
⬆️ - Update dependency rust to v1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 22c1b12 commit 410bff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.73.0 AS build-stage
FROM rust:1.74.1 AS build-stage

RUN mkdir /stellar
WORKDIR /stellar
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.73.0"
channel = "1.74.1"

0 comments on commit 410bff3

Please sign in to comment.