From ef522e1d1607f45c4b16d1e321d880cc2e455610 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Jul 2023 18:39:40 -0700 Subject: [PATCH] Add a reminder about trim-paths --- precompiled/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/precompiled/build.sh b/precompiled/build.sh index 38134ae0..16ec5516 100755 --- a/precompiled/build.sh +++ b/precompiled/build.sh @@ -2,6 +2,8 @@ cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null +# TODO: Sanitize host filesystem paths. https://github.com/rust-lang/cargo/issues/12137 + cargo +nightly build \ --manifest-path serde_derive/Cargo.toml \ --bin serde_derive \