Skip to content

Commit 0a081f3

Browse files
committed
samples: hello_world: Fix dependency version
Depend upon the 3.7.0 version of Zephyr. Signed-off-by: David Brown <[email protected]>
1 parent 56bb4b6 commit 0a081f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ license = "Apache-2.0 or MIT"
1313
crate-type = ["staticlib"]
1414

1515
[dependencies]
16-
zephyr = "0.1.0"
16+
zephyr = "3.7.0"

0 commit comments

Comments
 (0)