Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 21, 2023
1 parent 88f87d3 commit 550633e
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wormhole-cli"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "The Wormhole CLI."
license = "MIT"
Expand All @@ -12,4 +12,4 @@ authors = ["RedstoneWizard08", "Rexicon226", "cheese3660", "Wormhole Contributor
[dependencies]
clap = { version = "4.1.8", features = ["derive", "env", "string", "debug"] }
tokio = { version = "1.26.0", features = ["full"] }
wormhole-common = { path = "../common", version = "0.3.0" }
wormhole-common = { path = "../common", version = "0.3.1" }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wormhole-common"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Common code for the Wormhole mod manager project."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wormhole-gui"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "An installer for the SpaceWarp mod Lloader."
license = "MIT"
Expand All @@ -23,7 +23,7 @@ tokio = { version = "1.26.0", features = ["full"] }
reqwest = { version = "0.11.14", features = ["stream", "gzip"] }
tokio-util = { version = "0.7.7", features = ["full"] }
tokio-stream = { version = "0.1.12", features = ["tokio-util", "fs", "net", "sync"] }
wormhole-common = { path = "../common", version = "0.3.0" }
wormhole-common = { path = "../common", version = "0.3.1" }

[features]
default = ["custom-protocol"]
Expand Down

0 comments on commit 550633e

Please sign in to comment.