Electrs back to 0.9.11

This commit is contained in:
pablo 2023-02-18 23:18:32 +01:00
parent 0483880f1f
commit 4514dc3309

View file

@ -11,7 +11,7 @@ RUN apt install -y \
RUN git clone https://github.com/romanz/electrs RUN git clone https://github.com/romanz/electrs
WORKDIR electrs WORKDIR electrs
RUN git checkout v0.9.10 RUN git checkout v0.9.11
RUN ls -la RUN ls -la
RUN cargo build --locked --release RUN cargo build --locked --release