We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c112b commit ccd938eCopy full SHA for ccd938e
basics/hello-solana/steel/program/Cargo.toml
@@ -10,7 +10,6 @@ crate-type = ["cdylib", "lib"]
10
steel-api.workspace = true
11
solana-program.workspace = true
12
steel.workspace = true
13
-solana-sdk.workspace = true
14
15
16
[dev-dependencies]
basics/hello-solana/steel/program/src/hello.rs
@@ -1,4 +1,4 @@
1
-use solana_sdk::msg;
+use solana_program::msg;
2
use steel::*;
3
4
pub fn process_hello(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResult {
0 commit comments