mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-27 13:40:52 +03:00
fix compilation error
This commit is contained in:
parent
fb8688df45
commit
77a604fa50
6 changed files with 16 additions and 9 deletions
|
@ -17,6 +17,6 @@ rocksdb = { version = "0.17.0", features = ["multi-threaded-cf", "zstd"], option
|
|||
persy = { version = "1.2", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["sled", "persy", "heed", "sqlite", "rocksdb"]
|
||||
default = []
|
||||
|
||||
sqlite = ["rusqlite"]
|
||||
sqlite = ["rusqlite"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue