File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ wd_cc_library(
126126 "//src/workerd/util:ring-buffer" ,
127127 "//src/workerd/util:small-set" ,
128128 "//src/workerd/util:sqlite" ,
129+ "//src/workerd/util:strong-bool" ,
129130 "@capnp-cpp//src/capnp:capnp-rpc" ,
130131 "@capnp-cpp//src/capnp/compat:http-over-capnp" ,
131132 "@capnp-cpp//src/kj:kj-async" ,
@@ -149,6 +150,7 @@ wd_cc_library(
149150 "//src/pyodide:python-entrypoint" ,
150151 "//src/workerd/api:rtti" ,
151152 "//src/workerd/jsg" ,
153+ "//src/workerd/util:strong-bool" ,
152154 ],
153155)
154156
Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ wd_cc_library(
111111 # Some JSG headers can't be compiled on their own
112112 features = ["-parse_headers" ],
113113 implementation_deps = [
114- ":memory-tracker" ,
115- "//src/workerd/util:uuid" ,
116114 "@simdutf" ,
117115 "@ssl" ,
118116 ],
@@ -121,6 +119,7 @@ wd_cc_library(
121119 deps = [
122120 ":exception" ,
123121 ":macro-meta" ,
122+ ":memory-tracker" ,
124123 ":meta" ,
125124 ":modules_capnp" ,
126125 ":observer" ,
You can’t perform that action at this time.
0 commit comments