-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
TL;DR;
when is the new repo used for a crates release?
the current crates release is based on the old archived repo which refers to this repo here. confusingly this repo here then refers back to releases on crates.
now I am using the current crates releases:
azure_sdk_core = "0.43"
azure_sdk_storage_core = "0.44"
azure_sdk_storage_blob = "0.45"
to access the azure blob store. this is 3months old and lacks some api methods that are already implemented in here.
how are people using this new repo right now? direct git-ref
?
Metadata
Metadata
Assignees
Labels
questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that