Add no-progress-bars feature so other packages can hide them (#66)

This commit is contained in:
Azrenbeth
2021-09-27 11:35:40 +01:00
committed by GitHub
parent a069d8765a
commit bc30942e2d
6 changed files with 34 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ openssl = "0.10.32"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
rand = "0.8.0"
synapse_compress_state = { path = "../" }
synapse_compress_state = { path = "../", features = ["no-progress-bars"] }
auto_compressor = { path = "../auto_compressor/" }
env_logger = "0.9.0"
log = "0.4.14"