Bump version to 1.0.4

This commit is contained in:
Michael Vines
2020-03-05 16:10:19 -07:00
parent 2d0f4b5c8c
commit c35f4927cd
89 changed files with 742 additions and 742 deletions

View File

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