Update version to v1.2.10 (#10962)

This commit is contained in:
sakridge
2020-07-08 15:34:19 -07:00
committed by GitHub
parent 10df45b173
commit 50970bc8f9
89 changed files with 683 additions and 683 deletions

View File

@@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-dup-accounts"
version = "1.2.9"
version = "1.2.10"
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.9", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.10", default-features = false }
[features]
program = ["solana-sdk/program"]