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


##########
bin/oay/Cargo.toml:
##########
@@ -51,7 +51,7 @@ dav-server-opendalfs = { path = 
"../../integrations/dav-server", optional = true
 dirs = "5.0.1"
 futures = "0.3"
 futures-util = { version = "0.3.29", optional = true }
-opendal.workspace = true
+opendal = { path="../../core" }

Review Comment:
   Yep. My current plan is to replace `{ path="../../core" }` with the correct 
version during publish.



##########
bin/ofs/Cargo.toml:
##########
@@ -39,7 +39,7 @@ futures-util = "0.3.30"
 libc = "0.2.151"
 log = "0.4.20"
 nix = { version = "0.27.1", features = ["user"] }
-opendal.workspace = true
+opendal = {path="../../core"}

Review Comment:
   The same with 
https://github.com/apache/opendal/pull/4134#discussion_r1477048529



-- 
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