Skip to content

Commit

Permalink
Correct version which should be 0.3.1-dev but is 0.2.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
anelson committed Jan 27, 2023
1 parent bf6b94b commit f74c73d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

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.2.1-dev"
version = "0.3.1-dev"
edition = "2021"
authors = ["Adam Nelson <[email protected]>"]
description = """
Expand All @@ -27,7 +27,7 @@ path = "src/main.rs"
name = "ssstar"

[dependencies]
ssstar = {version = "0.2.1-dev", path = "../ssstar", features = ["clap"] }
ssstar = {version = "0.3.1-dev", path = "../ssstar", features = ["clap"] }
clap = { version = "4.0.32", 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.2.1-dev"
version = "0.3.1-dev"
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.2.1-dev"
version = "0.3.1-dev"
edition = "2021"
authors = ["Adam Nelson <[email protected]>"]
description = """
Expand Down Expand Up @@ -56,7 +56,7 @@ tracing = "0.1.36"
url = "2.3.0"

[dev-dependencies]
ssstar-testing = { version = "0.2.1-dev", path = "../ssstar-testing" }
ssstar-testing = { version = "0.3.1-dev", 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 f74c73d

Please sign in to comment.