Bump version to 0.23.8

This commit is contained in:
Michael Vines
2020-02-27 22:00:44 -07:00
parent febc7c7ac0
commit eb4d6912bd
79 changed files with 722 additions and 722 deletions

View File

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