Merge pull request #616 from evandroforks/also_bump_rslib_version_on_make_check

Also bump rslib version on make_check
This commit is contained in:
Damien Elmes 2020-05-12 20:32:13 +10:00 committed by GitHub
commit 2137675f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ $(shell mkdir -p .build)
all: check
check: .build/check
check: .build/vernum .build/check
fix:
cargo fmt