From 19cb8fcd22e9d2bc240cbd2b23efa2e19cf7ea52 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Apr 2021 11:47:03 +0300 Subject: feat: update Cargo.lock int Rust projects If we update Cargo.toml, but not Cargo.lock, and Cargo.lock is in git, when cargo publish will refuse to publish, because the files are out of sync. --- subplot/bumper.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'subplot/bumper.yaml') diff --git a/subplot/bumper.yaml b/subplot/bumper.yaml index 50cf83c..6109c59 100644 --- a/subplot/bumper.yaml +++ b/subplot/bumper.yaml @@ -21,3 +21,9 @@ - then: "all changes in {dirname} are committed" function: git_working_tree_is_clean + +- then: "file {file1} is newer than {file2}" + function: file_is_newer_than_other_file + +- then: "file {filename} is committed to git" + function: file_is_in_git -- cgit v1.2.1