Skip to content

Commit 5819fd8

Browse files
committed
(cargo-release) version 0.4.3
1 parent 78191c1 commit 5819fd8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

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.2"
173+
ssstar = "0.4.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssstar-cli"
3-
version = "0.4.3-dev"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Adam Nelson <[email protected]>"]
66
description = """
@@ -27,7 +27,7 @@ path = "src/main.rs"
2727
name = "ssstar"
2828

2929
[dependencies]
30-
ssstar = {version = "0.4.3-dev", path = "../ssstar", features = ["clap"] }
30+
ssstar = {version = "0.4.3", path = "../ssstar", features = ["clap"] }
3131
clap = { version = "4.1.6", features = ["derive","wrap_help"] }
3232
url = "2.3.0"
3333
byte-unit = "4.0.14"

ssstar-testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssstar-testing"
3-
version = "0.4.3-dev"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Adam Nelson <[email protected]>"]
66
description = """

ssstar/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssstar"
3-
version = "0.4.3-dev"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Adam Nelson <[email protected]>"]
66
description = """
@@ -61,7 +61,7 @@ tracing = "0.1.36"
6161
url = "2.3.0"
6262

6363
[dev-dependencies]
64-
ssstar-testing = { version = "0.4.3-dev", path = "../ssstar-testing" }
64+
ssstar-testing = { version = "0.4.3", path = "../ssstar-testing" }
6565
color-eyre = "0.6.2"
6666
rand = "0.8.5"
6767
strum = { version = "0.24.1", features = ["derive"] }

0 commit comments

Comments
 (0)