We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b834171 commit fccb4abCopy full SHA for fccb4ab
Cargo.toml
@@ -22,7 +22,7 @@ targets = [
22
"x86_64-unknown-openbsd",
23
"x86_64-unknown-netbsd",
24
"x86_64-unknown-dragonfly",
25
- "x86_64-fuchsia",
+ "x86_64-unknown-fuchsia",
26
"x86_64-unknown-redox",
27
"x86_64-unknown-illumos"
28
]
README.md
@@ -97,7 +97,7 @@ The following targets are supported by `nix`:
97
<td>
98
<li>armv7-unknown-linux-uclibceabihf</li>
99
<li>powerpc64-unknown-linux-gnu</li>
100
- <li>x86_64-fuchsia</li>
+ <li>x86_64-unknown-fuchsia</li>
101
<li>x86_64-unknown-dragonfly</li>
102
<li>x86_64-unknown-haiku</li>
103
<li>x86_64-unknown-linux-gnux32</li>
0 commit comments