Compare commits

..

No commits in common. "212e8c4b6b6e9d08193f291767ec64ccc07ccfa9" and "7cd03504c06d09a9de9d5eeeeb1ac259dd28c7cd" have entirely different histories.

View file

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