Bump version to 1.1.23

This commit is contained in:
Trent Nelson
2020-07-27 15:02:48 -06:00
committed by Trent Nelson
parent 14c2e2af13
commit 035bd7db4e
92 changed files with 601 additions and 601 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-sdk-c"
version = "1.1.22"
version = "1.1.23"
description = "Solana SDK C"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -18,7 +18,7 @@ bs58 = "0.3.0"
libc = "0.2.68"
rand_chacha = "0.2.2"
rand_core = { version = "0.5", default-features = false }
solana-sdk = { path = "../sdk", version = "1.1.22" }
solana-sdk = { path = "../sdk", version = "1.1.23" }
ed25519-dalek = "1.0.0-pre.3"
[build-dependencies]