Skip to content

Commit baffb4f

Browse files
committed
samples: blink: Update dependency version
main has moved back to semantic versions, to 0.1.0. Fix our new sample to match. Signed-off-by: David Brown <[email protected]>
1 parent 2460e09 commit baffb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/blinky/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ license = "Apache-2.0 OR MIT"
1313
crate-type = ["staticlib"]
1414

1515
[dependencies]
16-
zephyr = "3.7.0"
16+
zephyr = "0.1.0"
1717
log = "0.4.22"
1818

1919
[build-dependencies]
20-
zephyr-build = "3.7.0"
20+
zephyr-build = "0.1.0"

0 commit comments

Comments
 (0)