Skip to content

Commit 9429ccc

Browse files
authored
build: update ros-env dependency to 0.2 (#648)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 2c6b926 commit 9429ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rclrs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async-std = "1.13"
3535
# Needed for dynamic messages
3636
libloading = "0.8"
3737

38-
ros-env = "0.1"
38+
ros-env = "0.2"
3939

4040
# Needed for the Message trait, among others
4141
rosidl_runtime_rs = "0.6"
@@ -77,7 +77,7 @@ default = []
7777
serde = ["dep:serde", "dep:serde-big-array", "rosidl_runtime_rs/serde", "ros-env/serde"]
7878
# This feature is solely for the purpose of being able to generate documetation without a ROS installation
7979
# The only intended usage of this feature is for docs.rs builders to work, and is not intended to be used by end users
80-
use_ros_shim = ["paste", "rosidl_runtime_rs/use_ros_shim"]
80+
use_ros_shim = ["paste", "ros-env/use_ros_shim", "rosidl_runtime_rs/use_ros_shim"]
8181

8282
[package.metadata.docs.rs]
8383
features = ["use_ros_shim"]

0 commit comments

Comments
 (0)