Skip to content

Commit

Permalink
Update rust to v1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Nov 12, 2023
1 parent acc1ca0 commit 18214bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

env:
RUST_VERSION: 1.68.2
RUST_VERSION: 1.73.0
CARGO_TERM_COLOR: always

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.68.2-bullseye as builder
FROM rust:1.73.0-bullseye as builder

RUN apt-get update && \
apt-get install -y libopus-dev && \
Expand Down

0 comments on commit 18214bd

Please sign in to comment.