fix: atomic increment

This commit is contained in:
Timo Kösters
2021-12-20 10:16:22 +01:00
parent ee3d2db8e0
commit b1d9ec3efc
3 changed files with 21 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ backend_sled = ["sled"]
backend_sqlite = ["sqlite"]
backend_heed = ["heed", "crossbeam"]
backend_rocksdb = ["rocksdb"]
sqlite = ["rusqlite", "parking_lot", "crossbeam", "tokio/signal"]
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]
conduit_bin = [] # TODO: add rocket to this when it is optional
[[bin]]