Skip to content

Commit 5778aa7

Browse files
authored
feat: update ci and readme (#7)
1 parent c167583 commit 5778aa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
version: [0.11.0, 0.12.0, 0.13.0, ""]
16+
version: [0.11.0, 0.12.0, 0.12.1, 0.13.0, ""]
1717
fail-fast: false
1818
runs-on: ${{ matrix.os }}
1919
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const msgpack = b.dependency("zig-msgpack", .{
4141
exe.addModule("msgpack", msgpack.module("msgpack"));
4242
```
4343

44-
### `0.12` \ `nightly`
44+
### `0.12` \ `0.13` \ `nightly`
4545

4646
1. Add to `build.zig.zon`
4747

@@ -65,4 +65,4 @@ exe.root_module.addImport("msgpack", msgpack.module("msgpack"));
6565

6666
## Related projects
6767

68-
- [znvim](https://github.com/jinzhongjia/znvim)
68+
- [znvim](https://github.com/jinzhongjia/znvim)

0 commit comments

Comments
 (0)