Bump version to v1.8.14 (#22573)

This commit is contained in:
Trent Nelson
2022-01-19 02:40:37 -07:00
committed by GitHub
parent 42c3fbc198
commit eede487797
125 changed files with 936 additions and 936 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-custom-heap"
version = "1.8.13"
version = "1.8.14"
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 = "2018"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.8.13" }
solana-program = { path = "../../../../sdk/program", version = "=1.8.14" }
[features]
default = ["custom-heap"]