From c6f168eb98c665f82e43500ed17f9807ae3c3639 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 16 Jan 2020 09:09:13 -0600 Subject: [PATCH] rust/Makefile: Don't include Cargo.toml There is no need to include Cargo.toml in the distribution, it is always generated from Cargo.toml.in during ./configure. --- rust/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Makefile.am b/rust/Makefile.am index 367aed5bfc..2467f9c8b0 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = Cargo.toml Cargo.lock \ +EXTRA_DIST = Cargo.lock \ src \ .cargo/config.in \ gen-c-headers.py -- 2.47.2