chore(mq_cli): prepare new release
Same trick as in the last commit, trying to hit the right revision. Change-Id: I0af9e88b4d2fd8239a7819dbe0da13f26cca8d6b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5233 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
77fbe57819
commit
0971705902
4 changed files with 92 additions and 70 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "mq"
|
||||
version = "1.0.0"
|
||||
authors = ["Vincent Ambo <mail@tazj.in>"]
|
||||
version = "3772.0.0"
|
||||
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
||||
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli"
|
||||
repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33"
|
||||
clap = "2.34"
|
||||
libc = "0.2"
|
||||
nix = "0.16"
|
||||
posix_mq = "0.9"
|
||||
nix = "0.23"
|
||||
posix_mq = "3771.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue