Skip to content

Commit 01c7c3c

Browse files
committed
chore: bump version to 0.1.1
1 parent 7acdcd8 commit 01c7c3c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/cli", "crates/core", "crates/s3"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
rust-version = "1.92"
99
license = "MIT OR Apache-2.0"
@@ -15,9 +15,9 @@ categories = ["command-line-utilities", "filesystem"]
1515

1616
[workspace.dependencies]
1717
# RustFS Internal Crates
18-
rc-core = { path = "./crates/core", version = "0.1.0" }
19-
rc-s3 = { path = "./crates/s3", version = "0.1.0" }
20-
rustfs-cli = { path = "./crates/cli", version = "0.1.0" }
18+
rc-core = { path = "./crates/core", version = "0.1.1" }
19+
rc-s3 = { path = "./crates/s3", version = "0.1.1" }
20+
rustfs-cli = { path = "./crates/cli", version = "0.1.1" }
2121

2222
# Async runtime
2323
tokio = { version = "1.49", features = ["full"] }

0 commit comments

Comments
 (0)