Bump version to 1.0.0

This commit is contained in:
Michael Vines
2020-02-20 22:56:13 -07:00
parent d238371b0c
commit 48f58a88bc
81 changed files with 728 additions and 725 deletions

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-remote-wallet"
description = "Blockchain, Rebuilt for Scale"
version = "0.24.0"
version = "1.0.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@ -15,7 +15,7 @@ hidapi = { version = "1.1.1", default-features = false }
log = "0.4.8"
parking_lot = "0.10"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "0.24.0" }
solana-sdk = { path = "../sdk", version = "1.0.0" }
thiserror = "1.0"
[features]