File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
46
46
&& chmod 777 $CARGO_HOME
47
47
48
48
# Install slint-tr-extractor for usage on LibrePCB server
49
- ARG SLINT_TR_EXTRACTOR_VERSION="1.10 .0"
49
+ ARG SLINT_TR_EXTRACTOR_VERSION="1.11 .0"
50
50
RUN cargo install --version $SLINT_TR_EXTRACTOR_VERSION slint-tr-extractor \
51
51
&& rm -rf $CARGO_HOME/registry \
52
52
&& slint-tr-extractor --version
53
53
54
54
# Install slint-lsp for its formatter
55
- ARG SLINT_LSP_VERSION="1.10 .0"
55
+ ARG SLINT_LSP_VERSION="1.11 .0"
56
56
ARG SLINT_LSP_URL="https://github.com/slint-ui/slint/releases/download/v${SLINT_LSP_VERSION}/slint-lsp-linux.tar.gz"
57
57
RUN wget -c "${SLINT_LSP_URL}" -O /tmp.tar.gz \
58
58
&& tar -xzf /tmp.tar.gz -C /usr/local/bin --strip-components 1 slint-lsp/slint-lsp \
You can’t perform that action at this time.
0 commit comments