solana/sdk
dependabot[bot] fe1ee49807
chore: bump serde_json from 1.0.65 to 1.0.66 (#18990)
* chore: bump serde_json from 1.0.65 to 1.0.66

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.65...v1.0.66)

---
updated-dependencies:
- dependency-name: serde_json
  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 <you@example.com>
2021-07-30 10:46:47 -06:00
..
benches Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
bpf Add ecrecover syscall (#17720) 2021-07-07 13:15:14 -07:00
cargo-build-bpf Reword help of generate-child-script-on-failure cargo bpf tools option (#18685) 2021-07-15 03:31:33 +00:00
cargo-test-bpf Reword help of generate-child-script-on-failure cargo bpf tools option (#18685) 2021-07-15 03:31:33 +00:00
docker-solana
macro Add macros for deprecacted ids (#18907) 2021-07-26 20:54:46 -07:00
program deprecate fees sysvar (#18960) 2021-07-29 10:48:14 -07:00
src Cleanup loader features (#18977) 2021-07-29 15:03:00 -07:00
.gitignore
Cargo.toml chore: bump serde_json from 1.0.65 to 1.0.66 (#18990) 2021-07-30 10:46:47 -06:00
README.md Add sdk and program READMEs (#18154) 2021-06-23 21:22:35 +00:00
Xargo.toml
build.rs

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