bumps to working version of nim-datastore

This commit is contained in:
benbierens 2024-08-12 14:14:50 +02:00
parent d042212340
commit 455dc45a49
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@
"datastore": {
"dir": "$deps/nim-datastore",
"url": "https://github.com/codex-storage/nim-datastore",
"commit": "ad3fee413bcf50377605a318162f8d02b3421c61",
"commit": "042173085fe6ec035c8159e6c7cbcc149bab5213",
"version": "0.0.1"
},
"asynctest": {

View File

@ -21,7 +21,7 @@ requires "metrics"
requires "stew#head"
requires "stint"
requires "asynctest#12c356672d26053ddc4c1443491e9eee65ec03a2"
requires "https://github.com/codex-storage/nim-datastore#ad3fee413bcf50377605a318162f8d02b3421c61"
requires "https://github.com/codex-storage/nim-datastore#042173085fe6ec035c8159e6c7cbcc149bab5213"
requires "questionable"
include "build.nims"

View File

@ -154,7 +154,7 @@
},
"datastore": {
"version": "0.0.1",
"vcsRevision": "ad3fee413bcf50377605a318162f8d02b3421c61",
"vcsRevision": "042173085fe6ec035c8159e6c7cbcc149bab5213",
"url": "https://github.com/codex-storage/nim-datastore",
"downloadMethod": "git",
"dependencies": [