Skip to content

Commit b1ee7d8

Browse files
committed
cli: Use magic-wormhole crate 0.7.0
1 parent 505c6da commit b1ee7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
2828
rand = "0.8.3"
2929

3030
# CLI specific dependencies
31-
magic-wormhole = { path = "..", features = ["all"] }
31+
magic-wormhole = { path = "..", version = "0.7", features = ["all"] }
3232
clap = { version = "4", features = ["cargo", "derive", "help"] }
3333
clap_complete = "4"
3434
env_logger = "0.11"

0 commit comments

Comments
 (0)