docs: fix typo
This commit is contained in:
parent
5b2bff79d4
commit
53051d0ef3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Cargo features, passthrough to `cargo build` command.
|
||||||
"name": "fib", // binary name
|
"name": "fib", // binary name
|
||||||
"triples": {
|
"triples": {
|
||||||
"defaults": true, // default true, if this value is true, will build `x86_64-pc-windows-msvc`, `x86_64-apple-darwin` and `x86_64-unknown-linux-gnu`
|
"defaults": true, // default true, if this value is true, will build `x86_64-pc-windows-msvc`, `x86_64-apple-darwin` and `x86_64-unknown-linux-gnu`
|
||||||
"addition": [
|
"additional": [
|
||||||
"x86_64-unknown-linux-musl",
|
"x86_64-unknown-linux-musl",
|
||||||
"x86_64-unknown-freebsd",
|
"x86_64-unknown-freebsd",
|
||||||
"aarch64-unknown-linux-gnu"
|
"aarch64-unknown-linux-gnu"
|
||||||
|
|
Loading…
Reference in a new issue