This repository was archived by the owner on Oct 6, 2020. It is now read-only.
PartitionKey
Pre-release
Pre-release
Breaking changes:
- Changed most Cosmos document functions to accept a
azure_sdk_for_rust::azure::cosmos::partition_key::PartitionKey
instead ofOption<Vec<&str>>
. The former is just a more pleasant way of describing the same thing tough.
Other changes:
- Updated dependencies to latest Cargo version.