Increment cargo.toml files to v0.17.0

This commit is contained in:
Dan Albert
2019-06-22 04:35:25 +00:00
parent 8acbb4ab2f
commit 9911942dbd
55 changed files with 461 additions and 462 deletions

View File

@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-alloc"
version = "0.16.0"
version = "0.17.0"
description = "Solana BPF alloc program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@ -12,7 +12,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust/rust-utils", version = "0.16.0" }
solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust/rust-utils", version = "0.17.0" }
[workspace]
members = []