From 572c897a4e1177e905105a3bafe8c5573d9bae83 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 8 Apr 2025 10:38:46 +0200 Subject: [PATCH] version 0.5.4 --- Readme.md | 2 +- asynctest.nimble | 2 +- config.nims | 4 ---- nimble.lock | 4 ---- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 config.nims delete mode 100644 nimble.lock diff --git a/Readme.md b/Readme.md index a642f74..143558e 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ Use the [Nimble][2] package manager to add asynctest to an existing project. Add the following to its .nimble file: ```nim -requires "asynctest >= 0.5.2 & < 0.6.0" +requires "asynctest >= 0.5.4 & < 0.6.0" ``` Usage diff --git a/asynctest.nimble b/asynctest.nimble index 94f1e40..dc4732a 100644 --- a/asynctest.nimble +++ b/asynctest.nimble @@ -1,4 +1,4 @@ -version = "0.5.2" +version = "0.5.4" author = "asynctest Authors" description = "Test asynchronous code" license = "MIT" diff --git a/config.nims b/config.nims deleted file mode 100644 index 7c9db32..0000000 --- a/config.nims +++ /dev/null @@ -1,4 +0,0 @@ -# begin Nimble config (version 1) -when fileExists("nimble.paths"): - include "nimble.paths" -# end Nimble config diff --git a/nimble.lock b/nimble.lock deleted file mode 100644 index a05d20d..0000000 --- a/nimble.lock +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": 1, - "packages": {} -} \ No newline at end of file