diff --git a/Cargo.toml b/Cargo.toml index 53e2da8..1f6a93b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minio" -version = "0.2.0-alpha" +version = "0.2.0" edition = "2024" authors = ["MinIO Dev Team "] description = "MinIO SDK for Amazon S3 compatible object storage access" @@ -82,4 +82,4 @@ name = "append_object" [[bench]] name = "s3-api" path = "benches/s3/api_benchmarks.rs" -harness = false \ No newline at end of file +harness = false