Bump version to v1.6.18

This commit is contained in:
Trent Nelson
2021-07-16 01:55:24 -06:00
committed by mergify[bot]
parent 8f3ce5fc57
commit 3dbdaa5341
118 changed files with 861 additions and 861 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-instruction-introspection"
version = "1.6.17"
version = "1.6.18"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-bpf-rust-instruction-introspection"
edition = "2018"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.6.17" }
solana-program = { path = "../../../../sdk/program", version = "=1.6.18" }
[lib]
crate-type = ["cdylib"]