readme: update with 3.9.1 info
This commit is contained in:
parent
b585eecc38
commit
be5a084d6e
@ -19,7 +19,7 @@ First, update your `build.zig.zon`:
|
|||||||
```sh
|
```sh
|
||||||
# Initialize a `zig build` project if you haven't already
|
# Initialize a `zig build` project if you haven't already
|
||||||
zig init
|
zig init
|
||||||
# replace <refname> with the version you want to use, e.g. 3.8.2+1
|
# replace <refname> with the version you want to use, e.g. 3.9.1
|
||||||
zig fetch --save git+https://github.com/allyourcodebase/nats.c.git#<refname>
|
zig fetch --save git+https://github.com/allyourcodebase/nats.c.git#<refname>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,11 +47,12 @@ The NATS.c library has optional dependencies:
|
|||||||
|
|
||||||
These dependencies are currently automatically retrieved and compiled as static libraries by the Zig build system.
|
These dependencies are currently automatically retrieved and compiled as static libraries by the Zig build system.
|
||||||
|
|
||||||
## Version Support Matrix
|
## Zig Version Support Matrix
|
||||||
|
|
||||||
| Refname | NATS.c Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|
| Refname | NATS.c Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|
||||||
|-----------|----------------|--------------|--------------|------------------|
|
|-----------|----------------|--------------|--------------|------------------|
|
||||||
| `3.8.2+1` | `3.8.2+1` | ✅ | ✅ | ✅ |
|
| `3.9.1` | `3.9.1` | ✅ | ✅ | ✅ |
|
||||||
|
| `3.8.2+1` | `3.8.2` | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
[nats.c]: https://github.com/nats-io/nats.c
|
[nats.c]: https://github.com/nats-io/nats.c
|
||||||
[libressl]: https://github.com/allyourcodebase/libressl
|
[libressl]: https://github.com/allyourcodebase/libressl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user