Skip to content

Commit

Permalink
Make v0.4.1-rc5 to integrate artifact bucket upload into release step
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Jan 28, 2025
1 parent 528db88 commit 45b4703
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description = "Viam RDK for microcontroller"
edition = "2021"
license = "AGPL-3.0"
repository = "https://github.com/viamrobotics/micro-rdk"
version = "0.4.1-rc4"
version = "0.4.1-rc5"
rust-version = "1.83"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion micro-rdk-ffi/micrordklib-idf-component/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
idf_component_register(INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}")
idf_build_set_property(INCLUDE_DIRECTORIES "${CMAKE_CURRENT_BINARY_DIR}/assets" APPEND)

set(LIBMICRORDK_VERSION v0.4.1-rc4)
set(LIBMICRORDK_VERSION v0.4.1-rc5)
set(LIBMICRORDK_URL https://github.com/viamrobotics/micro-rdk/releases/download/${LIBMICRORDK_VERSION}/micro-rdk-lib.zip)
set(LIBMICRORDK_PATH ${CMAKE_BINARY_DIR}/import/micro-rdk-lib.zip)

Expand Down
2 changes: 1 addition & 1 deletion micro-rdk-ffi/micrordklib-idf-component/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.4.1-rc4"
version: "0.4.1-rc5"
description: "Micro-RDK lib"
dependencies:
## Required IDF version
Expand Down
4 changes: 2 additions & 2 deletions templates/module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rust-version = "1.83"

[dependencies.micro-rdk]
git = "https://github.com/viamrobotics/micro-rdk.git"
version = "0.4.1-rc4"
rev = "v0.4.1-rc4"
version = "0.4.1-rc5"
rev = "v0.4.1-rc5"
features = [
"{{mcu}}"
]
Expand Down
4 changes: 2 additions & 2 deletions templates/project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ opt-level = "z"

[dependencies.micro-rdk]
git = "https://github.com/viamrobotics/micro-rdk.git"
version = "0.4.1-rc4"
rev = "v0.4.1-rc4"
version = "0.4.1-rc5"
rev = "v0.4.1-rc5"
features = [
"esp32",
"binstart",
Expand Down

0 comments on commit 45b4703

Please sign in to comment.