Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Jul 25, 2023
1 parent d0fdbdb commit cfe5b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ros_pointcloud2"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Christopher Sieh <stelzo@steado.de>"]
description = "Customizable conversions for working with sensor_msgs/PointCloud2."
Expand All @@ -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]
Expand Down

0 comments on commit cfe5b6a

Please sign in to comment.