Bump version to 1.4.17

This commit is contained in:
Michael Vines
2020-12-14 13:55:42 -08:00
parent 78c4f946f4
commit 539f108ea6
109 changed files with 675 additions and 675 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-param-passing-dep"
version = "1.4.16"
version = "1.4.17"
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.16" }
solana-program = { path = "../../../../sdk/program", version = "1.4.17" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]