Raise version to 0.1.1

- Improve `Duration` parsing needed for the timeout command line
  argument
This commit is contained in:
finga 2021-06-27 02:41:40 +02:00
parent 19130056ee
commit d88d69bbb1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -128,7 +128,7 @@ checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "mqrs"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "mqrs"
version = "0.1.0"
version = "0.1.1"
authors = ["finga <mqrs@onders.org>"]
edition = "2018"
license = "GPL-3.0-or-later"

2
mqrs.1
View file

@ -1,5 +1,5 @@
.\" Manpage for mqrs
.TH man 1 "26 June 2021" "0.1.0" "mqrs man page"
.TH man 1 "27 June 2021" "0.1.1" "mqrs man page"
.SH NAME
mqrs \- Handle POSIX message queues
.SH SYNOPSIS