Bump version to v1.7.17 (#20896)

This commit is contained in:
Justin Starry
2021-10-23 09:48:15 -04:00
committed by GitHub
parent 4453e2937f
commit e3e1396c1d
119 changed files with 892 additions and 892 deletions

View File

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