Bump version to v1.3.24 (#13851)

This commit is contained in:
sakridge
2020-11-29 10:11:35 -08:00
committed by GitHub
parent ab235b8160
commit 0cd6838c23
99 changed files with 713 additions and 713 deletions

View File

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