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

@@ -32,4 +32,5 @@ features = ["extension-module","abi3-py36"]
[features]
default = ["jemalloc"]
jemalloc = []
jemalloc = []
no-progress-bars = []