Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 19, 2024
1 parent 0b609ba commit 00f2fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
# Order here is sensitive, as it will be used to determine the order of publishing
package:
- "core"
- "bin/oay"
- "bin/oli"
- "bin/ofs"
- "integrations/dav-server"
- "integrations/object_store"
- "bin/oay" # depends on integrations/dav-server
- "bin/oli"
- "bin/ofs"
steps:
- uses: actions/checkout@v4
- name: Checkout python env
Expand Down
2 changes: 1 addition & 1 deletion bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bytes = { version = "1.5.0", optional = true }
chrono = "0.4.31"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.5.8", optional = true }
dav-server-opendalfs = { path = "../../integrations/dav-server", optional = true }
dav-server-opendalfs = { version = "0.0.0", path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
Expand Down

0 comments on commit 00f2fe2

Please sign in to comment.