-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
carter
committed
May 13, 2024
1 parent
1753de6
commit 8a614ee
Showing
5 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "roslibrust" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["carter <[email protected]>", "ssnover <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -35,8 +35,8 @@ tokio = { version = "1.20", features = [ | |
] } | ||
tokio-tungstenite = { version = "0.17" } | ||
uuid = { version = "1.1", features = ["v4"] } | ||
roslibrust_codegen_macro = { path = "../roslibrust_codegen_macro", version = "0.8.0" } | ||
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.8.0" } | ||
roslibrust_codegen_macro = { path = "../roslibrust_codegen_macro", version = "0.9.0" } | ||
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.9.0" } | ||
reqwest = { version = "0.11", optional = true } # Only used with native ros1 | ||
serde_xmlrpc = { version = "0.2", optional = true } # Only used with native ros1 | ||
serde_rosmsg = { version = "0.2", optional = true } # Only used with native ros1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "roslibrust_codegen" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
edition = "2021" | ||
authors = ["carter <[email protected]>", "ssnover <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -41,4 +41,4 @@ ros1_test = [] | |
ros2_test = [] | ||
# TODO do this! | ||
# # Enables support for chrono time conversions | ||
# chrono = [] | ||
# chrono = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters