Skip to content

Commit

Permalink
(cargo-release) version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anelson committed Mar 3, 2023
1 parent 78191c1 commit 5819fd8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 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.4.2"
ssstar = "0.4.3"
```

See the [docs.rs](https://docs.rs/ssstar) documentation for `ssstar` for more details and some examples. You can also
Expand Down
4 changes: 2 additions & 2 deletions ssstar-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssstar-cli"
version = "0.4.3-dev"
version = "0.4.3"
edition = "2021"
authors = ["Adam Nelson <[email protected]>"]
description = """
Expand All @@ -27,7 +27,7 @@ path = "src/main.rs"
name = "ssstar"

[dependencies]
ssstar = {version = "0.4.3-dev", path = "../ssstar", features = ["clap"] }
ssstar = {version = "0.4.3", path = "../ssstar", features = ["clap"] }
clap = { version = "4.1.6", features = ["derive","wrap_help"] }
url = "2.3.0"
byte-unit = "4.0.14"
Expand Down
2 changes: 1 addition & 1 deletion ssstar-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssstar-testing"
version = "0.4.3-dev"
version = "0.4.3"
edition = "2021"
authors = ["Adam Nelson <[email protected]>"]
description = """
Expand Down
4 changes: 2 additions & 2 deletions ssstar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssstar"
version = "0.4.3-dev"
version = "0.4.3"
edition = "2021"
authors = ["Adam Nelson <[email protected]>"]
description = """
Expand Down Expand Up @@ -61,7 +61,7 @@ tracing = "0.1.36"
url = "2.3.0"

[dev-dependencies]
ssstar-testing = { version = "0.4.3-dev", path = "../ssstar-testing" }
ssstar-testing = { version = "0.4.3", path = "../ssstar-testing" }
color-eyre = "0.6.2"
rand = "0.8.5"
strum = { version = "0.24.1", features = ["derive"] }
Expand Down

0 comments on commit 5819fd8

Please sign in to comment.