Skip to content

Commit

Permalink
Update Element to 1.11.87 and run cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 3, 2024
1 parent eed6219 commit 395c444
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV TARGET x86_64-unknown-linux-musl
RUN rustup target add "$TARGET"

# Update this version when a new version of element is released
ENV ELEMENT_VERSION 1.11.86
ENV ELEMENT_VERSION 1.11.87

RUN mkdir /src
WORKDIR /src
Expand Down

0 comments on commit 395c444

Please sign in to comment.