Bump version to 1.9.4 (#22304)

This commit is contained in:
Will Hickey
2022-01-05 12:02:36 -06:00
committed by GitHub
parent 05b9a2f203
commit ba0188a36d
133 changed files with 1041 additions and 1041 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-param-passing-dep"
version = "1.9.3"
version = "1.9.4"
description = "Solana BPF 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-param-passing-dep"
edition = "2021"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.9.3" }
solana-program = { path = "../../../../sdk/program", version = "=1.9.4" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]