Skip to content

Commit 7c5de64

Browse files
committed
compiletest: add camino for UTF-8 path handling
1 parent d2b3dd7 commit 7c5de64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ version = "0.0.0"
719719
dependencies = [
720720
"anstyle-svg",
721721
"build_helper",
722+
"camino",
722723
"colored",
723724
"diff",
724725
"getopts",

src/tools/compiletest/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ doctest = false
1010
# tidy-alphabetical-start
1111
anstyle-svg = "0.1.3"
1212
build_helper = { path = "../../build_helper" }
13+
camino = "1"
1314
colored = "2"
1415
diff = "0.1.10"
1516
getopts = "0.2"

0 commit comments

Comments
 (0)