Bump version to 0.22.2

This commit is contained in:
Michael Vines
2020-01-04 14:17:42 -07:00
parent c82c18353d
commit c189767090
72 changed files with 345 additions and 345 deletions

View File

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