Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 20, 2023
1 parent 08472a2 commit 0dab4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
wormhole-common = { path = "../common", version = "0.1.0" }
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
wormhole-common = { path = "../common", version = "0.1.0" }

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

0 comments on commit 0dab4a7

Please sign in to comment.