Skip to content

Commit 9f7899a

Browse files
Add azurite_workaround feature to storage_blobs (#636)
This was missing from Cargo.toml, yet the feature is defined in the code.
1 parent e16e476 commit 9f7899a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/storage_blobs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ oauth2 = { version = "4.0.0", default-features = false }
4141
[features]
4242
default = ["enable_reqwest"]
4343
test_e2e = []
44+
azurite_workaround = []
4445
enable_reqwest = ["azure_core/enable_reqwest", "azure_storage/enable_reqwest"]
4546
enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls", "azure_storage/enable_reqwest_rustls"]

0 commit comments

Comments
 (0)