Bump version to 1.2.17

This commit is contained in:
Trent Nelson
2020-07-31 23:50:30 -06:00
committed by mergify[bot]
parent 158f6f3725
commit 139bb32dba
89 changed files with 684 additions and 684 deletions

View File

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