From 063fb48c7534d857a713ef1eecdbdeef653c4a27 Mon Sep 17 00:00:00 2001 From: stelzo Date: Sun, 23 Jun 2024 19:49:31 +0200 Subject: [PATCH] bump version --- README.md | 4 ++-- rpcl2/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 624df56..c6cd2ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ros_pointcloud2 uses its own type for the message `PointCloud2Msg` to keep the library framework agnostic. ROS1 and ROS2 are supported with feature flags. -Get started with the example below, check out the other use cases in the `examples` folder or see the [Documentation](https://docs.rs/ros_pointcloud2/0.5.0-rc.3/) for a complete guide. +Get started with the example below, check out the other use cases in the `examples` folder or see the [Documentation](https://docs.rs/ros_pointcloud2/0.5.0/) for a complete guide. ## Quickstart @@ -70,7 +70,7 @@ Features do not work properly with `rcrls` because the messages are linked exter ```toml [dependencies] -ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.5.0-rc.3_rclrs" } +ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.5.0_rclrs" } ``` Also, indicate the following dependencies to your linker inside the `package.xml` of your package. diff --git a/rpcl2/src/lib.rs b/rpcl2/src/lib.rs index 4bde63d..abd8ba6 100644 --- a/rpcl2/src/lib.rs +++ b/rpcl2/src/lib.rs @@ -127,7 +127,7 @@ //! ``` #![crate_type = "lib"] #![cfg_attr(docsrs, feature(doc_cfg))] -#![doc(html_root_url = "https://docs.rs/ros_pointcloud2/0.5.0-rc.3")] +#![doc(html_root_url = "https://docs.rs/ros_pointcloud2/0.5.0")] #![warn(clippy::print_stderr)] #![warn(clippy::print_stdout)] #![warn(clippy::unwrap_used)]