Remove `crate_type` from Cargo.toml.
This commit is contained in:
parent
5b1388888b
commit
97c2e71fd6
|
@ -5,5 +5,4 @@ authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contrib
|
||||||
|
|
||||||
[[lib]]
|
[[lib]]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
crate_type = [ "dylib", "staticlib", "rlib" ]
|
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
Loading…
Reference in New Issue