Skip to content

Commit

Permalink
wolfssl: 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zfl9 committed Oct 14, 2024
1 parent d6c0dfc commit 39d4881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Step = std.build.Step;
const LibExeObjStep = std.build.LibExeObjStep;
const OptionsStep = std.build.OptionsStep;

const chinadns_version = "2024.09.08";
const chinadns_version = "2024.10.14";

var _b: *Builder = undefined;

Expand Down Expand Up @@ -37,7 +37,7 @@ const DependLib = struct {
};

var _dep_wolfssl: DependLib = b: {
const version = "5.7.0";
const version = "5.7.2";
const src_dir = "dep/wolfssl-" ++ version;
break :b .{
.url = "https://github.com/wolfSSL/wolfssl/archive/refs/tags/v" ++ version ++ "-stable.tar.gz",
Expand Down

0 comments on commit 39d4881

Please sign in to comment.