solana-with-rpc-optimizations/sdk
dependabot[bot] 856d29c7b7
chore: bump parking_lot from 0.11.2 to 0.12.0 (#23087)
* chore: bump parking_lot from 0.11.2 to 0.12.0

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Sync parking_lot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2022-02-23 20:07:07 -07:00
..
benches
bpf Bump bpf-tools to v1.23 2022-02-03 15:50:18 -08:00
cargo-build-bpf Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00
cargo-test-bpf Pacify clippy 2022-01-21 19:12:57 -08:00
docker-solana
macro
program chore: bump parking_lot from 0.11.2 to 0.12.0 (#23087) 2022-02-23 20:07:07 -07:00
src Fix builtin handling on epoch boundaries (#23256) 2022-02-22 20:54:08 +08:00
tests
.gitignore
Cargo.toml chore: bump borsh from 0.9.2 to 0.9.3 (#23033) 2022-02-09 12:02:57 -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