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.
date
1 parent 888b6c3 commit aea8d42Copy full SHA for aea8d42
clgen.sh
@@ -33,7 +33,7 @@ if [[ $(cat tmp | grep $new_version | wc -l) -ne 1 ]]; then
33
fi
34
mv tmp Cargo.toml
35
36
-date=$(date --utc --rfc-3339=date)
+date=$(date -u +'%Y-%m-%d')
37
format_version=$(cat src/lib.rs | grepor FORMAT_VERSION | col6 | sd ";" "")
38
rustc_commit=$(cat COMMIT.txt)
39
0 commit comments