Bump version to v1.5.0

This commit is contained in:
Michael Vines
2020-10-07 20:20:42 -07:00
committed by mergify[bot]
parent dadc84fa8c
commit 11df2e2236
100 changed files with 704 additions and 704 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-ownable"
version = "1.4.0"
version = "1.5.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.4.0" }
solana-sdk = { path = "../../sdk", version = "1.5.0" }
num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.4.0" }
solana-runtime = { path = "../../runtime", version = "1.5.0" }
[lib]
crate-type = ["lib", "cdylib"]