matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Missing synapse_auto_compressor Cargo.lock #88

Closed f0x52 closed 2 years ago

f0x52 commented 2 years ago

the synapse_auto_compressor directory has a Cargo.toml but is missing a matching Cargo.lock for reproducible builds

f0x52 commented 2 years ago

oh I see, because it's a workspace thing it uses the parent lockfile