@@ -28,7 +28,6 @@ cpi = ["no-entrypoint"]
[dependencies]
anchor-lang = {{ git = "https://github.com/project-serum/anchor", features = ["derive"] }}
-serum-borsh = {{ version = "0.8.0-serum.1", features = ["serum-program"] }}
solana-program = "1.4.3"
solana-sdk = {{ version = "1.3.14", default-features = false, features = ["program"] }}
"#,
@@ -13,7 +13,6 @@ no-entrypoint = []
cpi = ["no-entrypoint"]
-serum-borsh = { version = "0.8.0-serum.1", features = ["serum-program"] }
+anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
-anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
@@ -15,6 +15,5 @@ cpi = ["no-entrypoint"]
anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
anchor-spl = { git = "https://github.com/project-serum/anchor" }
@@ -119,6 +119,7 @@ pub mod prelude {
ProgramAccount, Sysvar, ToAccountInfo, ToAccountInfos, ToAccountMetas,
};
+ pub use borsh;
pub use solana_program::msg;
pub use solana_sdk::account_info::{next_account_info, AccountInfo};
pub use solana_sdk::entrypoint::ProgramResult;