Skip to content

Commit

Permalink
samples: blink: Update dependency version
Browse files Browse the repository at this point in the history
main has moved back to semantic versions, to 0.1.0.  Fix our new sample
to match.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Jan 15, 2025
1 parent 2460e09 commit baffb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/blinky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ license = "Apache-2.0 OR MIT"
crate-type = ["staticlib"]

[dependencies]
zephyr = "3.7.0"
zephyr = "0.1.0"
log = "0.4.22"

[build-dependencies]
zephyr-build = "3.7.0"
zephyr-build = "0.1.0"

0 comments on commit baffb4f

Please sign in to comment.