Skip to content

Commit

Permalink
fix: Add missing features to Zig examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-grass committed Feb 23, 2024
1 parent 47673f8 commit 488c9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/zig-examples/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ const examples = &[_]Example{
.{
.name = "no-alloc-kv",
.root_source_file = .{ .path = "src/no-alloc-kv.zig" },
.features = .{ .kv = .{ .namespace = "workerkv" } },
},
.{
.name = "mixed-alloc-kv",
.root_source_file = .{ .path = "src/mixed-alloc-kv.zig" },
.features = .{ .kv = .{ .namespace = "workerkv" } },
},
.{
.name = "mount",
Expand Down

0 comments on commit 488c9bb

Please sign in to comment.