Bump version to v1.8.9 (#21703)

This commit is contained in:
Alexander Meißner
2021-12-08 18:33:05 +01:00
committed by GitHub
parent 32f507dc51
commit 69027e3f7e
125 changed files with 935 additions and 935 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-error-handling"
version = "1.8.8"
version = "1.8.9"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
num-derive = "0.2"
num-traits = "0.2"
solana-program = { path = "../../../../sdk/program", version = "=1.8.8" }
solana-program = { path = "../../../../sdk/program", version = "=1.8.9" }
thiserror = "1.0"
[lib]