Skip to content

Commit f20b820

Browse files
committed
Release v0.4.1-rc7
1 parent 4850cd4 commit f20b820

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description = "Viam RDK for microcontroller"
2525
edition = "2021"
2626
license = "AGPL-3.0"
2727
repository = "https://github.com/viamrobotics/micro-rdk"
28-
version = "0.4.1-rc6"
28+
version = "0.4.1-rc7"
2929
rust-version = "1.83"
3030

3131
[profile.release]

micro-rdk-ffi/micrordklib-idf-component/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
idf_component_register(INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}")
22
idf_build_set_property(INCLUDE_DIRECTORIES "${CMAKE_CURRENT_BINARY_DIR}/assets" APPEND)
33

4-
set(LIBMICRORDK_VERSION v0.4.1-rc6)
4+
set(LIBMICRORDK_VERSION v0.4.1-rc7)
55
set(LIBMICRORDK_URL https://github.com/viamrobotics/micro-rdk/releases/download/${LIBMICRORDK_VERSION}/micro-rdk-lib.zip)
66
set(LIBMICRORDK_PATH ${CMAKE_BINARY_DIR}/import/micro-rdk-lib.zip)
77

micro-rdk-ffi/micrordklib-idf-component/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.4.1-rc6"
1+
version: "0.4.1-rc7"
22
description: "Micro-RDK lib"
33
dependencies:
44
## Required IDF version

templates/module/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rust-version = "1.83"
88

99
[dependencies.micro-rdk]
1010
git = "https://github.com/viamrobotics/micro-rdk.git"
11-
version = "0.4.1-rc6"
12-
rev = "v0.4.1-rc6"
11+
version = "0.4.1-rc7"
12+
rev = "v0.4.1-rc7"
1313
features = [
1414
"{{mcu}}"
1515
]

templates/project/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ opt-level = "z"
1515

1616
[dependencies.micro-rdk]
1717
git = "https://github.com/viamrobotics/micro-rdk.git"
18-
version = "0.4.1-rc6"
19-
rev = "v0.4.1-rc6"
18+
version = "0.4.1-rc7"
19+
rev = "v0.4.1-rc7"
2020
features = [
2121
"esp32",
2222
"binstart",

0 commit comments

Comments
 (0)