Skip to content

Commit

Permalink
chore: update rust
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Apr 8, 2024
1 parent b321d8c commit ab3b51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/components/ordhook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /src

RUN apt-get update && apt-get install -y ca-certificates pkg-config libssl-dev libclang-11-dev libunwind-dev libunwind8 curl gnupg

RUN rustup update 1.72.0 && rustup default 1.72.0
RUN rustup update 1.77.1 && rustup default 1.77.1

RUN mkdir /out

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.72.0"
channel = "1.77.1"

0 comments on commit ab3b51c

Please sign in to comment.