Skip to content

Commit 3a88f22

Browse files
committed
Update sample to depend on right crate version
Update the dependency to work with the latest Zephyr. Signed-off-by: David Brown <[email protected]>
1 parent 20aa10a commit 3a88f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/hello_world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
# This must be rustapp for now.
66
name = "rustapp"
7-
version = "0.1.0"
7+
version = "3.7.0"
88
edition = "2021"
99
description = "A sample hello world application in Rust"
1010
license = "Apache-2.0 or MIT"
@@ -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)