Skip to content

Commit 6d9a313

Browse files
committed
tests: time: Update Zephyr version dependency
Make dependency and crate version match the current version of Zephyr. Signed-off-by: David Brown <[email protected]>
1 parent e4fc4f2 commit 6d9a313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/time/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 = "Tests of time"
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)