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

@@ -1,6 +1,6 @@
[package]
name = "solana-ownable"
version = "1.3.0"
version = "1.4.0"
description = "ownable program"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -10,13 +10,13 @@ edition = "2018"
[dependencies]
bincode = "1.3.1"
solana-sdk = { path = "../../sdk", version = "1.3.0" }
solana-sdk = { path = "../../sdk", version = "1.4.0" }
num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.3.0" }
solana-runtime = { path = "../../runtime", version = "1.4.0" }
[lib]
crate-type = ["lib", "cdylib"]