chore: bump leveldb (#81)

..to include fix for newer cmake version

Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
This commit is contained in:
Jacek Sieka 2026-02-06 20:27:25 +01:00 committed by GitHub
parent 92af582d97
commit c2c1f55a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"