Skip to content

Commit

Permalink
Add missing crate type
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Dec 9, 2024
1 parent a3e0947 commit 6de27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ frozen-abi = [
serde = ["dep:serde", "dep:serde_derive", "solana-pubkey/serde"]

[lib]
crate-type = ["rlib"]
crate-type = ["cdylib", "rlib"]

0 comments on commit 6de27e9

Please sign in to comment.