mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-04 06:33:11 +00:00
chore: update stew upper bound version (#80)
Bump package version to 0.2.1. Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
parent
39000fd4fc
commit
ea917be824
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -23,16 +23,22 @@ jobs:
|
|||||||
os: windows,
|
os: windows,
|
||||||
shell: msys2
|
shell: msys2
|
||||||
}
|
}
|
||||||
nim: [2.0.14]
|
nim: [binary:2.2.4]
|
||||||
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
||||||
runs-on: ${{ matrix.platform.os }}-latest
|
runs-on: ${{ matrix.platform.os }}-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: iffy/install-nim@v4
|
- uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nim }}
|
version: ${{ matrix.nim }}
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Setup CMake
|
||||||
|
uses: jwlawson/actions-setup-cmake@v2
|
||||||
|
with:
|
||||||
|
cmake-version: '3.x'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nimble install -y
|
run: nimble install -y
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
mode = ScriptMode.Verbose
|
mode = ScriptMode.Verbose
|
||||||
|
|
||||||
packageName = "datastore"
|
packageName = "datastore"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Simple, unified API for multiple data stores"
|
description = "Simple, unified API for multiple data stores"
|
||||||
license = "Apache License 2.0 or MIT"
|
license = "Apache License 2.0 or MIT"
|
||||||
@ -12,7 +12,7 @@ requires "nim >= 2.0.14",
|
|||||||
"questionable >= 0.10.15 & < 0.11.0",
|
"questionable >= 0.10.15 & < 0.11.0",
|
||||||
"sqlite3_abi >= 3.47.0.0 & < 4.0.0.0",
|
"sqlite3_abi >= 3.47.0.0 & < 4.0.0.0",
|
||||||
"leveldbstatic >= 0.2.0 & < 0.3.0",
|
"leveldbstatic >= 0.2.0 & < 0.3.0",
|
||||||
"stew >= 0.2.0 & < 0.3.0",
|
"stew >= 0.4.0 & < 0.5.0",
|
||||||
"unittest2 >= 0.2.3 & < 0.3.0"
|
"unittest2 >= 0.2.3 & < 0.3.0"
|
||||||
|
|
||||||
task coverage, "generates code coverage report":
|
task coverage, "generates code coverage report":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user