Skip to content

Commit

Permalink
bump version: 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Mar 21, 2024
1 parent b03d12a commit 4f66a09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
.version = .{
.major = 5,
.minor = 6,
.patch = 7,
.minor = 7,
.patch = 0,
},
}) else b.addStaticLibrary(.{
.name = "wolfssl",
Expand Down
13 changes: 9 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
.{
.name = "wolfssl",
.version = "5.6.7",
.version = "5.7.0",
.dependencies = .{
.winpthreads = .{
.url = "git+https://github.com/kassane/winpthreads-zigbuild#4850eab41943f3ea828de705d2f1b8714a310c8e",
.hash = "1220aeeca34cc8ca36dd1b0784b714d39e0a37c534dbbe48531aaa814d7ddf167c9c",
.url = "git+https://github.com/kassane/winpthreads-zigbuild#5dcdfe3a6436f161606fc6303abd665264102bda",
.hash = "1220133de22be40905cfad0702419bfce3ecf55a3b5038ce5bedea2f78db2a9418db",
},
},
.license = "GPLv2",
.paths = .{""},
.paths = .{
"build.zig",
"build.zig.zon",
"wrapper",
"doc",
},
}

0 comments on commit 4f66a09

Please sign in to comment.