Skip to content

Commit 169e59a

Browse files
committed
Add no_std note
1 parent 7a31864 commit 169e59a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

programs/system/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This crate contains [`pinocchio`](https://crates.io/crates/pinocchio) helpers to
44

55
Each instruction defines an `struct` with the accounts and parameters required. Once all values are set, you can call directly `invoke` or `invoke_signed` to perform the CPI.
66

7+
This is a `no_std` crate.
8+
79
> **Note:** The API defined in this crate is subject to change.
810
911
## Examples

0 commit comments

Comments
 (0)