Use cdylib to avoid runtime libstd dependencies
This commit is contained in:
@@ -8,5 +8,5 @@ solana_program_interface = { path = "../../../common" }
|
||||
|
||||
[lib]
|
||||
name = "noop"
|
||||
crate-type = ["dylib"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
Reference in New Issue
Block a user