Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
npmenard committed Jun 14, 2024
1 parent 454cdbf commit ad31cf1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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 @@ -20,7 +20,7 @@ description = "Viam RDK for microcontroller"
edition = "2021"
license = "AGPL-3.0"
repository = "https://github.com/viamrobotics/micro-rdk"
version = "0.1.9-rc3"
version = "0.2.0"
rust-version = "1.75"


Expand Down
2 changes: 1 addition & 1 deletion examples/micro-rdk-esp32-sensor-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"

[dependencies]
log = "0.4"
micro-rdk = {version = "0.1.9-rc3", git = "https://github.com/viamrobotics/micro-rdk.git", features = ["esp32"], rev = "56615f4"}
micro-rdk = {version = "0.2.0", git = "https://github.com/viamrobotics/micro-rdk.git", features = ["esp32"], rev = "56615f4"}

[package.metadata.com.viam]
module = true
2 changes: 1 addition & 1 deletion examples/micro-rdk-modular-driver-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"

[dependencies]
log = "0.4"
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", version = "0.1.9-rc3", rev = "4f0814a"}
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", version = "0.2.0", rev = "4f0814a"}

[package.metadata.com.viam]
module = true
4 changes: 2 additions & 2 deletions templates/module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "{{project-name}}"
version = "0.1.9-rc3"
version = "0.2.0"
edition = "2021"
authors = ["{{authors}}"]
resolver = "2"
rust-version = "1.75"

[dependencies]
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", features = ["{{mcu}}"], version = "0.1.9-rc3", rev = "4f0814a"}
micro-rdk = {git = "https://github.com/viamrobotics/micro-rdk.git", features = ["{{mcu}}"], version = "0.2.0", rev = "4f0814a"}

[package.metadata.com.viam]
module = true
4 changes: 2 additions & 2 deletions templates/project/Cargo.lock

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

4 changes: 2 additions & 2 deletions templates/project/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "{{project-name}}"
version = "0.1.9-rc3"
version = "0.2.0"
edition = "2021"
authors = ["{{authors}}"]
resolver = "2"
Expand All @@ -20,7 +20,7 @@ embedded-hal = { version = "0.2.7", features = ["unproven"]}
log = "0.4"
async-channel = "2"
futures-lite = "1"
micro-rdk = {version = "0.1.9-rc3", git = "https://github.com/viamrobotics/micro-rdk.git", features = ["esp32", "binstart","provisioning"], rev = "4f0814a" }
micro-rdk = {version = "0.2.0", git = "https://github.com/viamrobotics/micro-rdk.git", features = ["esp32", "binstart","provisioning"], rev = "4f0814a" }

[build-dependencies]
cargo_metadata = "0.18"
Expand Down

0 comments on commit ad31cf1

Please sign in to comment.