From b7794b26abffbd046841b724deeccb5600a926c3 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 23 May 2024 09:02:16 +0200 Subject: [PATCH] Pulls in leveldbstatic 0.1.4 --- datastore.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.nimble b/datastore.nimble index 7a8c340..c13bfda 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -11,7 +11,7 @@ requires "nim >= 1.2.0", "chronos#c41599a", # FIXME change to Chronos >= 4.0.0 once it's out "questionable >= 0.10.15 & < 0.11.0", "sqlite3_abi", - "leveldbstatic >= 0.1.3", + "leveldbstatic >= 0.1.4", "stew", "unittest2"