We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062c72b commit 1790e2fCopy full SHA for 1790e2f
.github/workflows/check.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: setup-zig
13
uses: mlugg/setup-zig@v1
14
with:
15
- version: 0.14.0
+ version: 0.14.1
16
17
- name: lint
18
run: |
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
- name: test
39
README.md
@@ -2,7 +2,7 @@ Build and use RocksDB in zig.
2
3
# Build Dependencies
4
5
-`rocksdb-zig` is pinned to [Zig `0.13`](https://ziglang.org/download/), so you will need to have it installed.
+`rocksdb-zig` is pinned to [Zig `0.14.1`](https://ziglang.org/download/), so you will need to have it installed.
6
7
# Usage
8
0 commit comments