remove "rlib" from crate types
This commit is contained in:
parent
dbf3241e8b
commit
82543fb031
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ include = [
|
|||
]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
giallo = { version = "0.2.2", features = ["dump"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue