Skip to content

Commit 3dd8c52

Browse files
committed
tests: time: Fix dependency
Fix the version dependency to match the Zephyr release version. Signed-off-by: David Brown <[email protected]>
1 parent 606f47a commit 3dd8c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/time/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)