Bump version to 1.2.19
This one has some bonus deltas due to locks not being bumped for v1.2.18 nor the ed25591-dalek update.
This commit is contained in:
committed by
mergify[bot]
parent
72a13e2a72
commit
1ff9555099
@@ -3,7 +3,7 @@
|
||||
|
||||
[package]
|
||||
name = "solana-bpf-rust-dup-accounts"
|
||||
version = "1.2.18"
|
||||
version = "1.2.19"
|
||||
description = "Solana BPF test 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 = { path = "../../../../sdk/", version = "1.2.18", default-features = false }
|
||||
solana-sdk = { path = "../../../../sdk/", version = "1.2.19", default-features = false }
|
||||
|
||||
[features]
|
||||
program = ["solana-sdk/program"]
|
||||
|
Reference in New Issue
Block a user