Skip to content

Commit 5f75b8e

Browse files
url : #53
desc : add macro in Cargo.toml. compile test Ok. unit test OK.
1 parent 52fa01e commit 5f75b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/player/actioncontroller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
description = "Action Controller component for Pullpiri"
88

99
[dependencies]
10-
tokio = { version = "1.45.0", features = ["full"] }
10+
tokio = { version = "1.36.0", features = ["full"] }
1111
tonic = "0.12.3"
1212
prost = "0.13.3"
1313
dbus = "0.9.7"

0 commit comments

Comments
 (0)