Skip to content

Commit c8997fe

Browse files
committed
chore: Release
1 parent 000f76a commit c8997fe

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
@@ -12,7 +12,7 @@ keywords = ["tar", "s3", "archive"]
1212
license = "Apache-2.0 OR MIT"
1313
readme = "README.md"
1414
repository = "https://github.com/elastio/ssstar"
15-
version = "0.7.2"
15+
version = "0.7.3"
1616

1717
[workspace.dependencies]
1818
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.7.2"
173+
ssstar = "0.7.3"
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.7.2", path = "../ssstar", features = ["clap"] }
36+
ssstar = { version = "0.7.3", 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
@@ -75,6 +75,6 @@ dotenv = { workspace = true }
7575
dotenv_codegen = { workspace = true }
7676
more-asserts = { workspace = true }
7777
rand = { workspace = true }
78-
ssstar-testing = { version = "0.7.2", path = "../ssstar-testing" }
78+
ssstar-testing = { version = "0.7.3", path = "../ssstar-testing" }
7979
strum = { workspace = true }
8080
tempfile = { workspace = true }

0 commit comments

Comments
 (0)