Compare commits

..

No commits in common. "3f21e3d25835f4120be0d3374c6272888dc6d351" and "ce3b5cbc213c7d882154694f2f51bb395a697204" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM rust:1.53.0 as builder
FROM rust:1.52.1 as builder
RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \
cargo install --path rust-synapse-compress-state