summaryrefslogtreecommitdiff
path: root/src/bootstrap/Cargo.toml
diff options
context:
space:
mode:
authorThom Chiovoloni <thom@shift.click>2022-09-05 08:37:20 -0700
committerThom Chiovoloni <thom@shift.click>2022-09-05 08:39:11 -0700
commit850090d99c81dde7615e2a7e2111c09650868a48 (patch)
tree9e1ba432550f8f7f53d7ef604ae7994aaa7a04ad /src/bootstrap/Cargo.toml
parent6e4a9ab650b135ae0ff761e4a37d96c8bcaf7b3d (diff)
Avoid UB in the Windows filesystem code in... bootstrap?
Diffstat (limited to 'src/bootstrap/Cargo.toml')
-rw-r--r--src/bootstrap/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index 2dad41bb18f..95e71173773 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -67,6 +67,7 @@ features = [
"psapi",
"impl-default",
"timezoneapi",
+ "winbase",
]
[dev-dependencies]