Bump version to 0.22.4

This commit is contained in:
Michael Vines
2020-01-15 18:55:50 -07:00
parent 6f098e0145
commit 8c5f676df0
71 changed files with 342 additions and 342 deletions

View File

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