Skip to content

Commit

Permalink
Add correct broker version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekjar committed Feb 6, 2020
1 parent b7548b4 commit f8fea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumq-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ edition = "2018"
structopt = "0.3"
pretty_env_logger = "0.3"
toml = "0.5"
rumq-broker = { path = "../rumq-broker" }
rumq-broker = { path = "../rumq-broker", version = "0.1.0-alpha.4" }
serde = { version = "1", features = ["derive"] }

0 comments on commit f8fea6f

Please sign in to comment.