Skip to content

Commit 0f928bd

Browse files
committedMay 22, 2023
chore: Release
1 parent 3084e6d commit 0f928bd

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.4.4-dev"
14+
version = "0.5.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.4.3"
173+
ssstar = "0.5.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.4.4-dev", path = "../ssstar", features = ["clap"] }
36+
ssstar = { version = "0.5.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
@@ -72,7 +72,7 @@ dotenv = { workspace = true }
7272
dotenv_codegen = { workspace = true }
7373
more-asserts = { workspace = true }
7474
rand = { workspace = true }
75-
ssstar-testing = { version = "0.4.4-dev", path = "../ssstar-testing" }
75+
ssstar-testing = { version = "0.5.0", path = "../ssstar-testing" }
7676
strum = { workspace = true }
7777
tempfile = { workspace = true }
7878

0 commit comments

Comments
 (0)