Bump version to 1.4.0

This commit is contained in:
Trent Nelson
2020-08-04 23:53:02 -06:00
committed by Trent Nelson
parent df820ddb6d
commit e12ab9d0dd
86 changed files with 632 additions and 632 deletions

View File

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