Bump version to 1.2.30 (#12301)

This commit is contained in:
Justin Starry
2020-09-17 11:25:14 +08:00
committed by GitHub
parent 687254497c
commit a8f7a0c648
89 changed files with 631 additions and 649 deletions

View File

@@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-error-handling"
version = "1.2.29"
version = "1.2.30"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
num-derive = "0.2"
num-traits = "0.2"
solana-sdk = { path = "../../../../sdk/", version = "1.2.29", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.30", default-features = false }
thiserror = "1.0"
[features]