Skip to content

Commit 20aa10a

Browse files
committed
Update crate versions to match Zephyr
Set all of the crate versions to match the latest Zephyr release. Signed-off-by: David Brown <[email protected]>
1 parent 48044b7 commit 20aa10a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

zephyr-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "zephyr-build"
6-
version = "0.1.0"
6+
version = "3.7.0"
77
edition = "2021"
88
description = """
99
Build-time support for Rust-based applications that run on Zephyr.

zephyr-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "zephyr-sys"
6-
version = "0.1.0"
6+
version = "3.7.0"
77
edition = "2021"
88
description = """
99
Zephyr low-level API bindings.

zephyr/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
[package]
55
name = "zephyr"
6-
version = "0.1.0"
6+
version = "3.7.0"
77
edition = "2021"
88
description = """
99
Functionality for Rust-based applications that run on Zephyr.
1010
"""
1111

1212
[dependencies]
13-
zephyr-sys = { version = "0.1.0", path = "../zephyr-sys" }
13+
zephyr-sys = { version = "3.7.0", path = "../zephyr-sys" }
1414

1515
# These are needed at build time.
1616
# Whether these need to be vendored is an open question. They are not
1717
# used by the core Zephyr tree, but are needed by zephyr applications.
1818
[build-dependencies]
19-
zephyr-build = { version = "0.1.0", path = "../zephyr-build" }
19+
zephyr-build = { version = "3.7.0", path = "../zephyr-build" }

0 commit comments

Comments
 (0)