package: bump version
Some checks failed
CI / build (-Dbuild-apps, true, ubuntu-latest, master) (push) Has been cancelled
CI / build (macos-latest, 0.13.0) (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 (-Dbuild-apps, true, ubuntu-latest, master) (push) Has been cancelled
CI / build (macos-latest, 0.13.0) (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
5ba009c755
commit
02abfefee4
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = "libressl",
|
||||
.version = "3.9.2",
|
||||
.version = "3.9.2+1",
|
||||
.minimum_zig_version = "0.12.0",
|
||||
.dependencies = .{
|
||||
.libressl = .{
|
||||
|
@ -21,7 +21,7 @@ First, update your `build.zig.zon`:
|
||||
```sh
|
||||
# Initialize a `zig build` project if you haven't already
|
||||
zig init
|
||||
# replace <refname> with the version you want to use, e.g. 3.9.2
|
||||
# replace <refname> with the version you want to use, e.g. 3.9.2+1
|
||||
zig fetch --save git+https://github.com/allyourcodebase/libressl#<refname>
|
||||
```
|
||||
|
||||
@ -40,4 +40,4 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp
|
||||
|
||||
| Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|
||||
|----------|------------------|--------------|--------------|------------------|
|
||||
| `3.9.2` | `3.9.2` | ✅ | ✅ | ✅ |
|
||||
| `3.9.2+1`| `3.9.2+1` | ✅ | ✅ | ✅ |
|
||||
|
Loading…
x
Reference in New Issue
Block a user