File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ const boost_libs = [_][]const u8{
97
97
"hof" ,
98
98
"interval" ,
99
99
"local_function" ,
100
+ "format" ,
101
+ "pool" ,
100
102
"callable_traits" ,
101
103
"compat" ,
102
104
"bimap" ,
Original file line number Diff line number Diff line change 422
422
.url = "git+https://github.com/boostorg/coroutine2#boost-1.86.0" ,
423
423
.hash = "1220493d37eb17822028b1ec196eed9e5d92ef5549cc1a893cccc216406afdb06207" ,
424
424
},
425
+ .pool = .{
426
+ .url = "git+https://github.com/boostorg/pool#boost-1.86.0" ,
427
+ .hash = "1220ef9959cc45f3e76c032b9f216f486d06ccee2c0b5e94bce450def54b6c3a845d" ,
428
+ },
429
+ .format = .{
430
+ .url = "git+https://github.com/boostorg/format#boost-1.86.0" ,
431
+ .hash = "122036526563e97658be92e7a673111cc6583cd7b8cce438557013ab67dc43ff686c" ,
432
+ },
425
433
},
426
434
.paths = .{"" },
427
435
}
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ GIT_URLS=(
109
109
" git+https://github.com/boostorg/heap#$BOOST_VERSION "
110
110
" git+https://github.com/boostorg/msm#$BOOST_VERSION "
111
111
" git+https://github.com/boostorg/coroutine2#$BOOST_VERSION "
112
+ " git+https://github.com/boostorg/pool#$BOOST_VERSION "
113
+ " git+https://github.com/boostorg/format#$BOOST_VERSION "
112
114
113
115
# # Add more URLs here
114
116
)
You can’t perform that action at this time.
0 commit comments