Bump version to 1.9.3 (#22065)

This commit is contained in:
Will Hickey
2021-12-22 11:41:03 -06:00
committed by GitHub
parent f58b87befe
commit 78e7913352
133 changed files with 1041 additions and 1041 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-custom-heap"
version = "1.9.2"
version = "1.9.3"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-bpf-rust-custom-heap"
edition = "2021"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.9.2" }
solana-program = { path = "../../../../sdk/program", version = "=1.9.3" }
[features]
default = ["custom-heap"]