File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
[package ]
5
5
name = " zephyr-build"
6
- version = " 0.1 .0"
6
+ version = " 3.7 .0"
7
7
edition = " 2021"
8
8
description = """
9
9
Build-time support for Rust-based applications that run on Zephyr.
Original file line number Diff line number Diff line change 3
3
4
4
[package ]
5
5
name = " zephyr-sys"
6
- version = " 0.1 .0"
6
+ version = " 3.7 .0"
7
7
edition = " 2021"
8
8
description = """
9
9
Zephyr low-level API bindings.
Original file line number Diff line number Diff line change 3
3
4
4
[package ]
5
5
name = " zephyr"
6
- version = " 0.1 .0"
6
+ version = " 3.7 .0"
7
7
edition = " 2021"
8
8
description = """
9
9
Functionality for Rust-based applications that run on Zephyr.
10
10
"""
11
11
12
12
[dependencies ]
13
- zephyr-sys = { version = " 0.1 .0" , path = " ../zephyr-sys" }
13
+ zephyr-sys = { version = " 3.7 .0" , path = " ../zephyr-sys" }
14
14
15
15
# These are needed at build time.
16
16
# Whether these need to be vendored is an open question. They are not
17
17
# used by the core Zephyr tree, but are needed by zephyr applications.
18
18
[build-dependencies ]
19
- zephyr-build = { version = " 0.1 .0" , path = " ../zephyr-build" }
19
+ zephyr-build = { version = " 3.7 .0" , path = " ../zephyr-build" }
You can’t perform that action at this time.
0 commit comments