Update version to 1.4.19 (#14196)

This commit is contained in:
sakridge
2020-12-17 16:36:20 -08:00
committed by GitHub
parent 5490c47c68
commit 91a2d03f28
113 changed files with 726 additions and 726 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-param-passing-dep"
version = "1.4.18"
version = "1.4.19"
description = "Solana BPF program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "1.4.18" }
solana-program = { path = "../../../../sdk/program", version = "1.4.19" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]