mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
chore: bump leveldb
..to include fix for newer cmake version
This commit is contained in:
parent
ea917be824
commit
e9c7679d1d
@ -1,7 +1,7 @@
|
||||
mode = ScriptMode.Verbose
|
||||
|
||||
packageName = "datastore"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Simple, unified API for multiple data stores"
|
||||
license = "Apache License 2.0 or MIT"
|
||||
@ -11,7 +11,7 @@ requires "nim >= 2.0.14",
|
||||
"chronos >= 4.0.4 & < 5.0.0",
|
||||
"questionable >= 0.10.15 & < 0.11.0",
|
||||
"sqlite3_abi >= 3.47.0.0 & < 4.0.0.0",
|
||||
"leveldbstatic >= 0.2.0 & < 0.3.0",
|
||||
"leveldbstatic >= 0.2.1 & < 0.3.0",
|
||||
"stew >= 0.4.0 & < 0.5.0",
|
||||
"unittest2 >= 0.2.3 & < 0.3.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user