Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 4, 2024
1 parent dfd9a55 commit f02efa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dav-server = { version = "0.5.8" }
dirs = "5.0.0"
futures = "0.3"
futures-util = { version = "0.3.16" }
opendal = { version = "0.45.1", path = "../../core" }
opendal = { version = "0.45.1", path = "../../core", features = ["services-fs"] }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.27", features = [
Expand Down
1 change: 1 addition & 0 deletions integrations/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ tokio = { version = "1", default-features = false }

[dev-dependencies]
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] }
opendal = { version = "0.45.1", path = "../../core", features = "services-memory" }

0 comments on commit f02efa4

Please sign in to comment.