Skip to content

Commit 07cb26f

Browse files
committed
chore: Release
1 parent d40c7de commit 07cb26f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["tar", "s3", "archive"]
1111
license = "Apache-2.0 OR MIT"
1212
readme = "README.md"
1313
repository = "https://github.com/elastio/ssstar"
14-
version = "0.5.2-dev"
14+
version = "0.6.0"
1515

1616
[workspace.dependencies]
1717
again = "0.1.2"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ functionality into your Rust application. Just add `ssstar` as a dependency in
170170

171171
```toml
172172
[dependencies]
173-
ssstar = "0.5.0"
173+
ssstar = "0.6.0"
174174
```
175175

176176
See the [docs.rs](https://docs.rs/ssstar) documentation for `ssstar` for more details and some examples. You can also

ssstar-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clap = { workspace = true }
3333
color-eyre = { workspace = true }
3434
futures = { workspace = true }
3535
indicatif = { workspace = true }
36-
ssstar = { version = "0.5.2-dev", path = "../ssstar", features = ["clap"] }
36+
ssstar = { version = "0.6.0", path = "../ssstar", features = ["clap"] }
3737
tokio = { workspace = true }
3838
tracing = { workspace = true }
3939
tracing-subscriber = { workspace = true }

ssstar/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dotenv = { workspace = true }
7373
dotenv_codegen = { workspace = true }
7474
more-asserts = { workspace = true }
7575
rand = { workspace = true }
76-
ssstar-testing = { version = "0.5.2-dev", path = "../ssstar-testing" }
76+
ssstar-testing = { version = "0.6.0", path = "../ssstar-testing" }
7777
strum = { workspace = true }
7878
tempfile = { workspace = true }
7979

0 commit comments

Comments
 (0)