Skip to content

Commit

Permalink
Prep v0.12.1 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Jan 8, 2025
1 parent 2cb14b6 commit 24988ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions roslibrust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roslibrust"
version = "0.12.0"
version = "0.12.1"
authors = ["carter <[email protected]>", "ssnover <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -12,9 +12,9 @@ categories = ["science::robotics"]

[dependencies]
roslibrust_common = { path = "../roslibrust_common", version = "0.12" }
roslibrust_ros1 = { path = "../roslibrust_ros1", version = "0.12", optional = true }
roslibrust_ros1 = { path = "../roslibrust_ros1", version = "0.12.1", optional = true }
roslibrust_rosbridge = { path = "../roslibrust_rosbridge", version = "0.12", optional = true }
roslibrust_zenoh = { path = "../roslibrust_zenoh", version = "0.12", optional = true }
roslibrust_zenoh = { path = "../roslibrust_zenoh", version = "0.12.1", optional = true }
roslibrust_mock = { path = "../roslibrust_mock", version = "0.12", optional = true }
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.12", optional = true }
roslibrust_codegen_macro = { path = "../roslibrust_codegen_macro", version = "0.12", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion roslibrust_ros1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roslibrust_ros1"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
authors = [ "carter <[email protected]>", "ssnover <[email protected]>" ]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion roslibrust_zenoh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roslibrust_zenoh"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
authors = [ "carter <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit 24988ac

Please sign in to comment.