Skip to content

Commit 35c0203

Browse files
committed
4.0.0: move node iteration function from Node onto DeviceTree
Also delete multiple "first" functions that can be replaced with just calling `next` on an iterator once.
1 parent 26e0029 commit 35c0203

File tree

5 files changed

+384
-447
lines changed

5 files changed

+384
-447
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
.{
55
.name = .devicetree,
66

7-
.version = "3.0.1",
7+
.version = "4.0.0",
88

9-
.minimum_zig_version = "0.15.1",
9+
.minimum_zig_version = "0.15.2",
1010

1111
.paths = .{""},
1212

0 commit comments

Comments
 (0)