solana-program-library/examples/rust
dependabot[bot] 7b81c0d3c0
build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025)
Bumps [solana-program](https://github.com/solana-labs/solana) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 13:51:29 +00:00
..
cross-program-invocation build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
custom-heap build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
logging build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
sysvar build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
transfer-lamports build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
README.md Update README.md 2020-11-11 08:06:36 -08:00

README.md

Program examples written in Rust

The examples in this directory demonstrate various Solana program mechanisms. They are for code reference only and are not end-to-end examples that interact with a live cluster.

Build and Test

The root README gives instructions on how to build and test these examples.