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


##########
bindings/java/Cargo.toml:
##########
@@ -156,14 +156,16 @@ anyhow = "1.0.71"
 jni = "0.21.1"
 num_cpus = "1.15.0"
 once_cell = "1.19.0"
-opendal = { workspace = true, features = ["layers-blocking"] }
+opendal = { path = "../../core", features = ["layers-blocking"] }
 tokio = { version = "1.28.1", features = ["full"] }
 
 # This is not optimal. See also the Cargo issue:
 # https://github.com/rust-lang/cargo/issues/1197#issuecomment-1641086954
 [target.'cfg(unix)'.dependencies.opendal]
+path = "../../core"
 features = [
+  "layers-blocking",
+

Review Comment:
   IIRC the features would merge and we don't need this change?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to