Skip to content

Commit 7dd1cad

Browse files
committed
bump boost-1.87.0
1 parent 4b45cb3 commit 7dd1cad

File tree

3 files changed

+196
-196
lines changed

3 files changed

+196
-196
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const cxxFlags: []const []const u8 = &.{
161161
"-Wformat",
162162
};
163163

164-
const boost_version: std.SemanticVersion = .{ .major = 1, .minor = 86, .patch = 0 };
164+
const boost_version: std.SemanticVersion = .{ .major = 1, .minor = 87, .patch = 0 };
165165

166166
pub fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
167167
const shared = b.option(bool, "shared", "Build as shared library (default: false)") orelse false;

0 commit comments

Comments
 (0)