From bb5f54771c8848027c711b0d385686f780bcad43 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 5 Dec 2019 10:19:52 -0500 Subject: [PATCH 1/2] Ensure generated fcobjshash.h is more recent than source file. --- makefile.cargo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile.cargo b/makefile.cargo index c538987..0e76202 100644 --- a/makefile.cargo +++ b/makefile.cargo @@ -90,7 +90,8 @@ $(OUT_DIR)/Makefile: --disable-docs \ --disable-shared \ $(EXPAT_FLAGS) \ - $(strip $(CONFIGURE_FLAGS)) + $(strip $(CONFIGURE_FLAGS)) && + touch $(SRC_DIR)/src/fcobjshash.h else From e02e81c90b231c237d99d92ecb9e2be79b105104 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 5 Dec 2019 10:20:32 -0500 Subject: [PATCH 2/2] Minor version bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42fc5ae..f8b3568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "servo-fontconfig-sys" -version = "4.0.7" +version = "4.0.8" authors = ["Keith Packard ", "Patrick Lam "] license = "MIT" description = "Font configuration and customization library"