diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-05T13·25+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-05T13·29+0000 |
commit | 77fbe57819505f8b65d257bcd0dab5e129b20c87 (patch) | |
tree | 709af1c78f526a3fb3a0847d71d50766cc0ceec5 /ops/posix_mq.rs/Cargo.toml | |
parent | b5150fbacf2351a393016e72a872f4c0c2bf7682 (diff) |
chore(posix_mq.rs): Prepare new release to crates.io r/3771
... and update some outdated stuff in the README while we're at it. Change-Id: Ib3a12596bd1ba61e91ac6e1d37106b616da3030d Reviewed-on: https://cl.tvl.fyi/c/depot/+/5232 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/posix_mq.rs/Cargo.toml')
-rw-r--r-- | ops/posix_mq.rs/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ops/posix_mq.rs/Cargo.toml b/ops/posix_mq.rs/Cargo.toml index 81b448c6915a..8390b80b86f0 100644 --- a/ops/posix_mq.rs/Cargo.toml +++ b/ops/posix_mq.rs/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "posix_mq" -version = "0.9.0" -authors = ["Vincent Ambo <mail@tazj.in>"] +version = "3771.0.0" +authors = ["Vincent Ambo <tazjin@tvl.su>"] description = "(Higher-level) Rust bindings to POSIX message queues" license = "MIT" -repository = "https://git.tazj.in/tree/ops/posix_mq.rs" +homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs" +repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git" [dependencies] nix = "0.23" |