mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +08:00
* error refactored: moved to thiserror * Result type alias for better ergonomics: * removed field from MinioErrorCode::BucketNotEmpty enum * made field private of MinioErrorResponse * updated XmlError * simplified calling errors * bumped toolchain channel form 1.86.0 to 1.87.0 * bumped toolchain channel form 1.87.0 to 1.88.0 due to clippy fixes that are not compatible with 1.87.0
4 lines
106 B
TOML
4 lines
106 B
TOML
[toolchain]
|
|
channel = "1.88.0"
|
|
components = ["clippy", "rustfmt"]
|
|
#targets = ["x86_64-unknown-linux-musl"] |