Skip to content

Commit

Permalink
Enable object_store dep with async feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 4, 2023
1 parent ec4af46 commit 8d475b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ azure = ["object_store/azure"]
zip = ["dep:zip"]
# Misc
ndarray = ["dep:ndarray"] # Adds ndarray utility functions to Array
async = ["dep:async-trait", "dep:async-recursion", "dep:async-lock", "dep:futures"] # Adds async stores and methods to array/group
async = ["dep:object_store", "dep:async-trait", "dep:async-recursion", "dep:async-lock", "dep:futures"] # Adds async stores and methods to array/group

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 8d475b8

Please sign in to comment.