diff --git a/Cargo.lock b/Cargo.lock index e2c4f97..60b4aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "roslibrust" -version = "0.12.1" +version = "0.12.2" dependencies = [ "abort-on-drop", "env_logger 0.11.5", diff --git a/roslibrust/Cargo.toml b/roslibrust/Cargo.toml index 5cd1e4b..d0ed35e 100644 --- a/roslibrust/Cargo.toml +++ b/roslibrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roslibrust" -version = "0.12.1" +version = "0.12.2" authors = ["carter ", "ssnover "] edition = "2021" license = "MIT" diff --git a/roslibrust/README.md b/roslibrust/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/roslibrust/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/roslibrust/src/lib.rs b/roslibrust/src/lib.rs index 91f1254..aeba551 100644 --- a/roslibrust/src/lib.rs +++ b/roslibrust/src/lib.rs @@ -1,4 +1,4 @@ -#![doc = include_str!("../../README.md")] +#![doc = include_str!("../README.md")] // Re-export common types and traits under the roslibrust namespace pub use roslibrust_common::*;