Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lopalo-elastio committed Aug 18, 2023
1 parent 477d419 commit a66aefa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["tar", "s3", "archive"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/elastio/ssstar"
version = "0.6.0"
version = "0.7.0"

[workspace.dependencies]
again = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ functionality into your Rust application. Just add `ssstar` as a dependency in

```toml
[dependencies]
ssstar = "0.6.0"
ssstar = "0.7.0"
```

See the [docs.rs](https://docs.rs/ssstar) documentation for `ssstar` for more details and some examples. You can also
Expand Down
2 changes: 1 addition & 1 deletion ssstar-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clap = { workspace = true }
color-eyre = { workspace = true }
futures = { workspace = true }
indicatif = { workspace = true }
ssstar = { version = "0.6.0", path = "../ssstar", features = ["clap"] }
ssstar = { version = "0.7.0", path = "../ssstar", features = ["clap"] }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ssstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dotenv = { workspace = true }
dotenv_codegen = { workspace = true }
more-asserts = { workspace = true }
rand = { workspace = true }
ssstar-testing = { version = "0.6.0", path = "../ssstar-testing" }
ssstar-testing = { version = "0.7.0", path = "../ssstar-testing" }
strum = { workspace = true }
tempfile = { workspace = true }

Expand Down

0 comments on commit a66aefa

Please sign in to comment.