Skip to content

Commit

Permalink
[RSDK-9694] Bump template versions to 0.4.0 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow authored Jan 13, 2025
1 parent 380a098 commit 1832280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"
rust-version = "1.83"

[dependencies]
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", features = ["{{mcu}}"], version = "0.3.3", rev = "bb050e5"}
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", features = ["{{mcu}}"], version = "0.4.0", rev = "380a098"}

[package.metadata.com.viam]
module = true
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.3.3"
rev = "bb050e5"
version = "0.4.0"
rev = "380a098"
features = [
"esp32",
"binstart",
Expand Down

0 comments on commit 1832280

Please sign in to comment.