diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-05T13·34+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-05T13·37+0000 |
commit | 0971705902aa98b4d3a9749e95f45071d45d9bf6 (patch) | |
tree | a680768723ec39e1235f2122d9504ab2d8e3e63f /ops/mq_cli/Cargo.toml | |
parent | 77fbe57819505f8b65d257bcd0dab5e129b20c87 (diff) |
chore(mq_cli): prepare new release r/3772
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
Diffstat (limited to 'ops/mq_cli/Cargo.toml')
-rw-r--r-- | ops/mq_cli/Cargo.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ops/mq_cli/Cargo.toml b/ops/mq_cli/Cargo.toml index b412d88787fa..8024d0b926c3 100644 --- a/ops/mq_cli/Cargo.toml +++ b/ops/mq_cli/Cargo.toml @@ -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" |