Skip to content

Commit f724240

Browse files
committed
chore: zbuild sync
1 parent 89e4b02 commit f724240

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,9 +1073,9 @@ pub fn build(b: *std.Build) void {
10731073
module_bindings.addImport("persistent_merkle_tree", module_persistent_merkle_tree);
10741074
module_bindings.addImport("ssz", module_ssz);
10751075
module_bindings.addImport("consensus_types", module_consensus_types);
1076+
module_bindings.addImport("constants", module_constants);
10761077
module_bindings.addImport("preset", module_preset);
10771078
module_bindings.addImport("config", module_config);
1078-
module_bindings.addImport("constants", module_constants);
10791079
module_bindings.addImport("fork_types", module_fork_types);
10801080
module_bindings.addImport("state_transition", module_state_transition);
10811081
module_bindings.addImport("zapi:napi", dep_zapi.module("napi"));

zbuild.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
.persistent_merkle_tree,
238238
.ssz,
239239
.consensus_types,
240+
.constants,
240241
.preset,
241242
.config,
242243
.fork_types,

0 commit comments

Comments
 (0)