Bump version to v1.3.15

This commit is contained in:
Trent Nelson
2020-09-29 12:34:06 -06:00
committed by mergify[bot]
parent c8f4bfca90
commit 24c60cf3db
97 changed files with 700 additions and 700 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-loader-program"
version = "1.3.14"
version = "1.3.15"
description = "Solana BPF loader"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -13,8 +13,8 @@ bincode = "1.3.1"
byteorder = "1.3.4"
num-derive = "0.3"
num-traits = "0.2"
solana-runtime = { path = "../../runtime", version = "1.3.14" }
solana-sdk = { path = "../../sdk", version = "1.3.14" }
solana-runtime = { path = "../../runtime", version = "1.3.15" }
solana-sdk = { path = "../../sdk", version = "1.3.15" }
solana_rbpf = "=0.1.31"
thiserror = "1.0"