by default, crate-type is unset
this seems to be causing build failures for some people
This commit is contained in:
parent
92aa149f8a
commit
c952eadc07
@ -20,7 +20,7 @@ required-features = ["commandline"]
|
|||||||
[lib]
|
[lib]
|
||||||
name = "grass"
|
name = "grass"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
crate-type = ["cdylib", "rlib"]
|
# crate-type = ["cdylib", "rlib"]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user