tisonkun commented on code in PR #4061:
URL: https://github.com/apache/opendal/pull/4061#discussion_r1463625412


##########
core/Cargo.toml:
##########
@@ -250,8 +250,7 @@ reqwest = { version = "0.11.18", features = [
 ], default-features = false }
 serde = { version = "1", features = ["derive"] }
 serde_json = "1"
-# TODO: remove `rt` after https://github.com/apache/opendal/issues/3948
-tokio = { version = "1.27", features = ["sync", "rt"] }
+tokio = { version = "1.27", features = ["sync"] }

Review Comment:
   But I suppose compiling "BlockingLayer" should fail for core crate itself. 
You can see that it still compiles ...



-- 
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: commits-unsubscr...@opendal.apache.org

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

Reply via email to