From 8d475b86f77a38e5306510f1b114f19d4d43dcd9 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Mon, 4 Dec 2023 22:57:12 +1100 Subject: [PATCH] Enable `object_store` dep with `async` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d7b02da..32b4c4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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