From 8af0dd968ee81b4837d0fc2919cf14f1e01c7360 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 26 Aug 2024 14:42:36 +0200 Subject: [PATCH] sets version for chronos. bumps nim-datastore to 0.1.1 --- datastore.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datastore.nimble b/datastore.nimble index 863e4ed..09c35d8 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -1,14 +1,14 @@ mode = ScriptMode.Verbose packageName = "datastore" -version = "0.1.0" +version = "0.1.1" author = "Status Research & Development GmbH" description = "Simple, unified API for multiple data stores" license = "Apache License 2.0 or MIT" requires "nim >= 1.2.0", "asynctest >= 0.5.2 & < 0.6.0", - "chronos#dc3847e4d6733dfc3811454c2a9c384b87343e26", # Is v4.0.2 with GCC-14 support + "chronos >= 4.0.3 & < 5.0.0", "questionable >= 0.10.15 & < 0.11.0", "sqlite3_abi", "leveldbstatic >= 0.1.6",