Bump version to 1.5.3

This commit is contained in:
Michael Vines
2021-01-08 14:28:52 -08:00
parent 4b5a05bf38
commit ec15ea079f
115 changed files with 745 additions and 745 deletions

View File

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