Skip to content

Commit

Permalink
cli: Use magic-wormhole crate 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Jul 17, 2024
1 parent 505c6da commit b1ee7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
rand = "0.8.3"

# CLI specific dependencies
magic-wormhole = { path = "..", features = ["all"] }
magic-wormhole = { path = "..", version = "0.7", features = ["all"] }
clap = { version = "4", features = ["cargo", "derive", "help"] }
clap_complete = "4"
env_logger = "0.11"
Expand Down

0 comments on commit b1ee7d8

Please sign in to comment.