Skip to content

Commit

Permalink
Merge pull request #358 from katyo/master
Browse files Browse the repository at this point in the history
Fixed crate type
  • Loading branch information
dherman authored Mar 1, 2019
2 parents 6a5d91c + 06df1e4 commit eb7359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/templates/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["artifacts.json", "index.node"]

[lib]
name = "{{project.name.cargo.internal}}"
crate-type = ["dylib"]
crate-type = ["cdylib"]

[build-dependencies]
neon-build = "0.2.0"
Expand Down

0 comments on commit eb7359c

Please sign in to comment.