about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-04-12 07:55:20 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-04-13 19:56:25 +0800
commitb203d403676472d0e214092bd076909089550055 (patch)
tree22db57ce3882d1e406f135a5b29fb6de1ccbe8d6
parent65fa0ab9246da73183b848a0c29b033779fe6f6c (diff)
compiletest: add `camino` for UTF-8 path handling
-rw-r--r--Cargo.lock1
-rw-r--r--src/tools/compiletest/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e35435e3f9..c80bfef485c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -719,6 +719,7 @@ version = "0.0.0"
 dependencies = [
  "anstyle-svg",
  "build_helper",
+ "camino",
  "colored",
  "diff",
  "getopts",
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index 3db34ed24cc..ba1b8f25658 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -10,6 +10,7 @@ doctest = false
 # tidy-alphabetical-start
 anstyle-svg = "0.1.3"
 build_helper = { path = "../../build_helper" }
+camino = "1"
 colored = "2"
 diff = "0.1.10"
 getopts = "0.2"