solana-with-rpc-optimizations/sdk
dependabot[bot] ec798f5aad
chore: bump anyhow from 1.0.53 to 1.0.55 (#23402)
* chore: bump anyhow from 1.0.53 to 1.0.55

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2022-03-01 00:16:26 -07:00
..
benches
bpf
cargo-build-bpf chore: bump cargo_metadata from 0.14.1 to 0.14.2 (#23365) 2022-02-28 05:46:47 +00:00
cargo-test-bpf chore: bump cargo_metadata from 0.14.1 to 0.14.2 (#23365) 2022-02-28 05:46:47 +00:00
docker-solana
macro
program refactor rent_due for normal case of exempt (#23350) 2022-02-28 09:42:42 -06:00
src
tests
.gitignore
Cargo.toml chore: bump anyhow from 1.0.53 to 1.0.55 (#23402) 2022-03-01 00:16:26 -07:00
README.md
build.rs
package.json

README.md

Solana

Solana SDK

Use the Solana SDK Crate to write client side applications in Rust. If writing on-chain programs, use the Solana Program Crate instead.

More information about Solana is available in the Solana documentation.

The Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Discord