rust: Don't add Cargo.lock to EXTRA_DIST.

It's a file generated by cargo.  If cargo is not installed then this
breaks ‘make dist’.
This commit is contained in:
Richard W.M. Jones
2019-09-02 19:23:54 +01:00
parent ad58324c70
commit bbe4490795

View File

@@ -27,7 +27,6 @@ EXTRA_DIST = \
src/*.rs \
src/bin/*.rs \
Cargo.toml \
Cargo.lock \
README.md \
run-bindtests \
run-tests