Breaking Changes
- [azure] CloudLocation type is now a newtype enum that lives in
remi_azure
instead of usingazure_storage::CloudLocation
(@auguwu) - [azure] The constructor for
StorageService
is now falliable (@auguwu) - [azure]
From<remi_azure::Credential>
->azure_core::StorageCredentials
has been replaced to the falliable versionTryFrom
(@auguwu)
Additions
- [fs] Add a
build.rs
to detect Rust 1.83 to support the new IO error variants if present, otherwise usestd::io::ErrorKind::InvalidData
(@auguwu)
Dependency Updates
Kind | Dependency | From | To | By |
---|---|---|---|---|
Rust crate | file-format |
v0.25.0 | v0.26.0 | @renovate-bot in #170 |
Full Changelog: 0.9.1...0.10.0