Skip to content

Commit 1140a48

Browse files
committed
(cargo-release) version 0.4.0
1 parent f74c73d commit 1140a48

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssstar-cli"
3-
version = "0.3.1-dev"
3+
version = "0.4.0"
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.3.1-dev", path = "../ssstar", features = ["clap"] }
30+
ssstar = {version = "0.4.0", path = "../ssstar", features = ["clap"] }
3131
clap = { version = "4.0.32", 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.3.1-dev"
3+
version = "0.4.0"
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.3.1-dev"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Adam Nelson <[email protected]>"]
66
description = """
@@ -56,7 +56,7 @@ tracing = "0.1.36"
5656
url = "2.3.0"
5757

5858
[dev-dependencies]
59-
ssstar-testing = { version = "0.3.1-dev", path = "../ssstar-testing" }
59+
ssstar-testing = { version = "0.4.0", path = "../ssstar-testing" }
6060
color-eyre = "0.6.2"
6161
rand = "0.8.5"
6262
strum = { version = "0.24.1", features = ["derive"] }

0 commit comments

Comments
 (0)