Skip to content

Commit f4feff1

Browse files
authored
Make 0.4.1-rc3 to address workflow issue in rc2 (#394)
1 parent 3abd270 commit f4feff1

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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-rc2"
28+
version = "0.4.1-rc3"
2929
rust-version = "1.83"
3030

3131
[profile.release]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.4.1-rc2"
1+
version: "0.4.1-rc3"
22
description: "Micro-RDK lib"
33
dependencies:
44
## Required IDF version

templates/module/Cargo.toml

Lines changed: 2 additions & 2 deletions
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-rc2"
12-
rev = "v0.4.1-rc2"
11+
version = "0.4.1-rc3"
12+
rev = "v0.4.1-rc3"
1313
features = [
1414
"{{mcu}}"
1515
]

templates/project/Cargo.toml

Lines changed: 2 additions & 2 deletions
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-rc2"
19-
rev = "v0.4.1-rc2"
18+
version = "0.4.1-rc3"
19+
rev = "v0.4.1-rc3"
2020
features = [
2121
"esp32",
2222
"binstart",

0 commit comments

Comments
 (0)