Merge pull request #963 from h-a-n-a/patch-1
This commit is contained in:
commit
17a3000077
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ export class BuildCommand extends Command {
|
|||
|
||||
if (!tomlContent.lib?.['crate-type']?.includes?.('cdylib')) {
|
||||
throw new TypeError(
|
||||
`Missing ${chalk.green('create-type = ["cdylib"]')} in ${chalk.green(
|
||||
`Missing ${chalk.green('crate-type = ["cdylib"]')} in ${chalk.green(
|
||||
'[lib]',
|
||||
)}`,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue