Skip to content

Commit

Permalink
chore: Upgrade to 0.7.0 version (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
satlead authored Jul 10, 2023
1 parent 4ef3eec commit 515cbaa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "launcher"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https:#doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion core/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "main"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/rdkcentral/Ripple"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion core/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "ripple_sdk"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/rdkcentral/Ripple"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion device/thunder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "thunder"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion device/thunder_ripple_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "thunder_ripple_sdk"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/rdkcentral/Ripple"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion distributor/general/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "distributor_general"
version = "0.1.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ crate-type = ["cdylib"]
[dependencies]
# Ripple sdk should be opensourced and available from crates.io at this point
ripple_sdk = "0.6.0"
ripple_sdk = "0.7.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
```
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc_extn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "rpc_extn"
version = "0.1.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https:#doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 515cbaa

Please sign in to comment.