We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f234129 commit 621669cCopy full SHA for 621669c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "minio"
3
-version = "0.2.0-alpha"
+version = "0.2.0"
4
edition = "2024"
5
authors = ["MinIO Dev Team <dev@min.io>"]
6
description = "MinIO SDK for Amazon S3 compatible object storage access"
@@ -82,4 +82,4 @@ name = "append_object"
82
[[bench]]
83
name = "s3-api"
84
path = "benches/s3/api_benchmarks.rs"
85
-harness = false
+harness = false
0 commit comments