Skip to content

Commit

Permalink
remove nightly rust, since it is not longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Dec 21, 2023
1 parent a023aec commit 0071cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.yew
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM securityunion/yew:1.72-slim

RUN rustup component add clippy --toolchain nightly-2023-12-13-x86_64-unknown-linux-gnu
RUN rustup component add rustfmt --toolchain nightly-2023-12-13-x86_64-unknown-linux-gnu
RUN rustup component add clippy
RUN rustup component add rustfmt
1 change: 0 additions & 1 deletion yew-ui/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[toolchain]
channel = "nightly-2023-12-13"
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 0071cd3

Please sign in to comment.