Skip to content

Commit 6c76673

Browse files
Removing unused lib type (#246)
1 parent f3d50b4 commit 6c76673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/mpl-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license-file = "../../LICENSE"
77
publish = false
88

99
[lib]
10-
crate-type = ["cdylib", "lib"]
10+
crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
borsh = "^0.10"

0 commit comments

Comments
 (0)