Skip to content

Commit cc2bc2a

Browse files
committed
samples: work-philosophers: Use Zephyr 0.1.0
After rebasing on the Zephyr change that moves versions back to 0.1.0, adjust those in the crate we are adding. Signed-off-by: David Brown <[email protected]>
1 parent a53f76b commit cc2bc2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/work-philosophers/Cargo.toml

Lines changed: 3 additions & 3 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 = "3.7.0"
7+
version = "0.1.0"
88
edition = "2021"
99
description = "A sample hello world application in Rust"
1010
license = "Apache-2.0 or MIT"
@@ -13,11 +13,11 @@ license = "Apache-2.0 or MIT"
1313
crate-type = ["staticlib"]
1414

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

1818
# Dependencies that are used by build.rs.
1919
[build-dependencies]
20-
zephyr-build = "3.7.0"
20+
zephyr-build = "0.1.0"
2121

2222
[profile.release]
2323
debug-assertions = true

0 commit comments

Comments
 (0)