Skip to content

Commit d359fb9

Browse files
authored
fix: fix async_stream version (#544)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent c0578d9 commit d359fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818
ament_rs = { version = "0.2", optional = true }
1919

2020
# Needed to create the GoalClientStream
21-
async-stream = "*"
21+
async-stream = "0.3.6"
2222

2323
# Needed for uploading documentation to docs.rs
2424
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)