Bump version to v1.7.0
This commit is contained in:
committed by
mergify[bot]
parent
186b342453
commit
0c9ca5522c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "solana-ownable"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
description = "ownable program"
|
||||
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
@ -11,13 +11,13 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.3.1"
|
||||
solana-sdk = { path = "../../sdk", version = "1.6.0" }
|
||||
solana-sdk = { path = "../../sdk", version = "1.7.0" }
|
||||
num-derive = "0.3"
|
||||
num-traits = "0.2"
|
||||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
solana-runtime = { path = "../../runtime", version = "1.6.0" }
|
||||
solana-runtime = { path = "../../runtime", version = "1.7.0" }
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib", "cdylib"]
|
||||
|
Reference in New Issue
Block a user