From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/displaydoc/update-readme.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/displaydoc/update-readme.sh (limited to 'vendor/displaydoc/update-readme.sh') diff --git a/vendor/displaydoc/update-readme.sh b/vendor/displaydoc/update-readme.sh new file mode 100644 index 000000000..90db1a817 --- /dev/null +++ b/vendor/displaydoc/update-readme.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +cargo readme > ./README.md +git add ./README.md +git commit -m "Update readme" || true -- cgit v1.2.3