Skip to content

Commit fccb4ab

Browse files
authored
Fix fuchsia target triple to unbreak docs.rs build (#2634)
1 parent b834171 commit fccb4ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ targets = [
2222
"x86_64-unknown-openbsd",
2323
"x86_64-unknown-netbsd",
2424
"x86_64-unknown-dragonfly",
25-
"x86_64-fuchsia",
25+
"x86_64-unknown-fuchsia",
2626
"x86_64-unknown-redox",
2727
"x86_64-unknown-illumos"
2828
]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following targets are supported by `nix`:
9797
<td>
9898
<li>armv7-unknown-linux-uclibceabihf</li>
9999
<li>powerpc64-unknown-linux-gnu</li>
100-
<li>x86_64-fuchsia</li>
100+
<li>x86_64-unknown-fuchsia</li>
101101
<li>x86_64-unknown-dragonfly</li>
102102
<li>x86_64-unknown-haiku</li>
103103
<li>x86_64-unknown-linux-gnux32</li>

0 commit comments

Comments
 (0)