package: bump version
Some checks failed
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (true, ubuntu-latest, master) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled
Some checks failed
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (true, ubuntu-latest, master) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled
This commit is contained in:
parent
538c40246e
commit
b0e28ff9cb
@ -1,6 +1,6 @@
|
|||||||
.{
|
.{
|
||||||
.name = "nats_c",
|
.name = "nats_c",
|
||||||
.version = "3.8.2",
|
.version = "3.8.2+1",
|
||||||
.minimum_zig_version = "0.12.0",
|
.minimum_zig_version = "0.12.0",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.nats_c = .{
|
.nats_c = .{
|
||||||
|
10
readme.md
10
readme.md
@ -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
|
# replace <refname> with the version you want to use, e.g. 3.8.2+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>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -43,15 +43,15 @@ The NATS.c library has optional dependencies:
|
|||||||
|
|
||||||
- [`libressl 3.9.2`][libressl] when building with `enable-tls`
|
- [`libressl 3.9.2`][libressl] when building with `enable-tls`
|
||||||
- [`protobuf-c 1.5.0`][protobuf-c] when building with `enable-streaming`
|
- [`protobuf-c 1.5.0`][protobuf-c] when building with `enable-streaming`
|
||||||
- [`libsodium 1.0.20`][libsodium] when building with `enable-libsodium`
|
- [`libsodium stable branch`][libsodium] when building with `enable-libsodium`
|
||||||
|
|
||||||
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
|
## 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` | `3.8.2` | ✅ | ✅ | with `-Denable-libsodium=false` |
|
| `3.8.2+1` | `3.8.2+1` | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
[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