From cfe5b6a2f6ea299228d741ad36702741a76aea9d Mon Sep 17 00:00:00 2001 From: stelzo Date: Tue, 25 Jul 2023 21:55:39 +0200 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8463db2..5cd6307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ros_pointcloud2" -version = "0.2.2" +version = "0.3.0" edition = "2021" authors = ["Christopher Sieh "] description = "Customizable conversions for working with sensor_msgs/PointCloud2." @@ -18,7 +18,7 @@ mem_macros = "1.0.1" num-traits = "0.2.15" fallible-iterator = "0.3.0" rosrust_msg = { version = "0.1", optional = true } -rosrust = { version = "0.9", optional = true } +rosrust = { version = "0.9.11", optional = true } r2r = { version = "0.7.5", optional = true } [features]