From b3d4bd40fc4e45a76aa4e3b6d9aa3a2d064fc6b1 Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:55:23 +0200 Subject: [PATCH] sets version for chronos. bumps nim-datastore to 0.1.1 (#73) --- 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",