Makes rocksdb requirement more flexible

Allows to relase a patch version without breaking hard rocksdb requirements in dependencies
pull/115/head
Thomas Tanon 4 years ago committed by GitHub
parent 920af45060
commit 672970c098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -22,7 +22,7 @@ sophia = ["sophia_api"]
http_client = ["httparse", "native-tls"]
[dependencies]
rocksdb = { version = "0.17", optional = true }
rocksdb = { version = ">=0.15,<0.18", optional = true }
sled = { version = "0.34", optional = true }
quick-xml = "0.22"
rand = "0.8"

Loading…
Cancel
Save