Revert "Bump version to 1.8.10 (#21790)"

This reverts commit 73acae9b5d.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:37 -07:00
committed by Tao Zhu
parent b73d23d50a
commit 400418fe2f
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.10"
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.10" }
solana-program = { path = "../../../../sdk/program", version = "=1.8.9" }
thiserror = "1.0"
[lib]