chore: bump leveldb

..to include fix for newer cmake version
This commit is contained in:
Jacek Sieka 2025-12-11 11:53:39 +01:00
parent ea917be824
commit e9c7679d1d
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -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"