-
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
Oct 4, 2023
1 parent
e8f0dee
commit dffd3a0
Showing
6 changed files
with
19 additions
and
19 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.7.0" | ||
version = "0.8.0" | ||
authors = ["carter <[email protected]>", "ssnover <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -35,11 +35,10 @@ 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.7.0" } | ||
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.7.0" } | ||
roslibrust_codegen_macro = { path = "../roslibrust_codegen_macro", version = "0.8.0" } | ||
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.8.0" } | ||
reqwest = { version = "0.11", optional = true } # Only used with native ros1 | ||
# serde_xmlrpc = { version = "0.1.2", optional = true } # Only used with native ros1 | ||
serde_xmlrpc = { git = "https://github.com/belak/serde-xmlrpc.git", branch = "main", optional = true } # Belak should be release v0.2 soon | ||
serde_xmlrpc = { version = "0.2", optional = true } # Only used with native ros1 | ||
serde_rosmsg = { version = "0.2", optional = true } # Only used with native ros1 | ||
hyper = { version = "0.14", features = [ | ||
"server", | ||
|
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_codegen" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
edition = "2021" | ||
authors = ["carter <[email protected]>", "ssnover <[email protected]>"] | ||
license = "MIT" | ||
|
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