Correct crate-type to match other native programs
This commit is contained in:
@ -18,5 +18,5 @@ solana-sdk = { path = "../../../sdk", version = "0.11.0" }
|
||||
|
||||
[lib]
|
||||
name = "solana_storage_program"
|
||||
crate-type = ["dylib"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
Reference in New Issue
Block a user