From f52e5b85a2ce17d896ae3c90b80127cb65716d3d Mon Sep 17 00:00:00 2001 From: Christopher Sieh Date: Thu, 21 Mar 2024 11:31:36 +0100 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a21972d..a97e861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "ros_pointcloud2" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Christopher Sieh "] description = "Customizable conversions for working with sensor_msgs/PointCloud2." repository = "https://github.com/stelzo/ros_pointcloud2" license = "MIT" -keywords = ["ros", "rosrust", "pointcloud2", "pointcloud", "message",] +keywords = ["ros", "pointcloud2", "pointcloud", "message"] categories = ["science::robotics", "encoding", "data-structures", "api-bindings"] readme = "README.md" documentation = "https://docs.rs/ros_pointcloud2"