You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/17 07:54:50 UTC

[GitHub] [skywalking-rust] jmjoy commented on a diff in pull request #29: Add context capture and continued methods.

jmjoy commented on code in PR #29:
URL: https://github.com/apache/skywalking-rust/pull/29#discussion_r922787780


##########
Cargo.toml:
##########
@@ -45,7 +45,7 @@ futures-util = "0.3.21"
 prost = "0.10.4"
 prost-derive = "0.10.1"
 thiserror = "1.0.31"
-tokio = { version = "1.18.2", features = ["full"] }
+tokio = { version = "1.18.2", features = ["parking_lot"] }

Review Comment:
   As a library should use fewer features.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org