We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb83c7 commit 1c05469Copy full SHA for 1c05469
auxiliary/update_cargo-readme.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/bash
2
3
our_version=$(cargo readme -V | perl -ne 'print $1 while /v([\d.]+)/g')
4
-last_version=$(cargo search cargo-readme | perl -ne 'print $1 while /^cargo-readme = "([\d.]+)"/g')
+last_version=$(cargo search --color=never cargo-readme | perl -ne 'print $1 while /^cargo-readme = "([\d.]+)"/g')
5
6
if [ "$our_version" == "$last_version" ]; then
7
echo Version $our_version is of cargo-readme is installed and up to date.
0 commit comments