From 4d9de4f15c4380c9d4f428fbcf3e013488c123fc Mon Sep 17 00:00:00 2001 From: Andrew Katson Date: Mon, 25 Mar 2024 20:13:56 -0400 Subject: [PATCH 1/2] Add ipp files to bazelboost (#2) --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index f74454a61..956d653cd 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -7,6 +7,7 @@ cc_library( hdrs = glob([ "include/**/*.hpp", "include/**/*.h", + "include/**/*.ipp", ]), includes = ["include"], deps = [ From f523010a01226da6881c9f2fd005a7313d4bec6e Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 25 Mar 2024 17:14:56 -0700 Subject: [PATCH 2/2] chore: bump version --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index b52ef45db..49db11d27 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "boost.serialization", - version = "1.83.0.bzl.1", + version = "1.83.0.bzl.2", compatibility_level = 108300, )