Skip to content

Commit d94ebe9

Browse files
⬆️ - Update dependency rust to v1.75.0
1 parent 22c1b12 commit d94ebe9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.73.0 AS build-stage
1+
FROM rust:1.75.0 AS build-stage
22

33
RUN mkdir /stellar
44
WORKDIR /stellar

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.73.0"
2+
channel = "1.75.0"

0 commit comments

Comments
 (0)