Skip to content

Commit 90024b5

Browse files
committed
fix: fix async_stream version
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 42b9eb3 commit 90024b5

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)