Bump version to v1.7.3

This commit is contained in:
Stephen Akridge
2021-06-17 17:55:42 +00:00
committed by Trent Nelson
parent a540af1ca7
commit d159ae9342
122 changed files with 891 additions and 891 deletions

View File

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