Skip to content

Commit a97ae42

Browse files
committed
bump version
1 parent 8ea4cfa commit a97ae42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library provides ergonomic and safe abstractions for the `PointCloud2` type
99

1010
To remain framework-agnostic, the crate uses its own `PointCloud2Msg` type, ensuring compatibility across different ROS ecosystems.
1111

12-
Get started with the example below or visit the [documentation](https://docs.rs/ros_pointcloud2/1.0.0-rc.1/ros_pointcloud2/) for a complete guide.
12+
Get started with the example below or visit the [documentation](https://docs.rs/ros_pointcloud2/1.0.0-rc.2/ros_pointcloud2/) for a complete guide.
1313

1414
## Quickstart
1515

@@ -18,7 +18,7 @@ Get started with the example below or visit the [documentation](https://docs.rs/
1818
1919
```toml
2020
[dependencies]
21-
ros_pointcloud2 = "1.0.0-rc.1" # or use the old version 0.6
21+
ros_pointcloud2 = "1.0.0-rc.2" # or use the old version 0.6
2222
```
2323

2424
```rust

0 commit comments

Comments
 (0)