forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cargo.toml versions from 0.20.0 to 0.21.0 (solana-labs#6568)
- Loading branch information
1 parent
a2a9d54
commit 73c31d8
Showing
76 changed files
with
682 additions
and
682 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,17 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-archiver" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
||
[dependencies] | ||
clap = "2.33.0" | ||
console = "0.9.0" | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-metrics = { path = "../metrics", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-metrics = { path = "../metrics", version = "0.21.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-banking-bench" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
||
[dependencies] | ||
log = "0.4.6" | ||
rayon = "1.2.0" | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-ledger = { path = "../ledger", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-runtime = { path = "../runtime", version = "0.20.0" } | ||
solana-measure = { path = "../measure", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-ledger = { path = "../ledger", version = "0.21.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-runtime = { path = "../runtime", version = "0.21.0" } | ||
solana-measure = { path = "../measure", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
rand = "0.6.5" | ||
crossbeam-channel = "0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-bench-exchange" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -24,16 +24,16 @@ serde_derive = "1.0.101" | |
serde_json = "1.0.41" | ||
serde_yaml = "0.8.11" | ||
# solana-runtime = { path = "../solana/runtime"} | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-genesis = { path = "../genesis", version = "0.20.0" } | ||
solana-client = { path = "../client", version = "0.20.0" } | ||
solana-drone = { path = "../drone", version = "0.20.0" } | ||
solana-exchange-api = { path = "../programs/exchange_api", version = "0.20.0" } | ||
solana-exchange-program = { path = "../programs/exchange_program", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-metrics = { path = "../metrics", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-runtime = { path = "../runtime", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-genesis = { path = "../genesis", version = "0.21.0" } | ||
solana-client = { path = "../client", version = "0.21.0" } | ||
solana-drone = { path = "../drone", version = "0.21.0" } | ||
solana-exchange-api = { path = "../programs/exchange_api", version = "0.21.0" } | ||
solana-exchange-program = { path = "../programs/exchange_program", version = "0.21.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-metrics = { path = "../metrics", version = "0.21.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } | ||
solana-runtime = { path = "../runtime", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
untrusted = "0.7.0" | ||
ws = "0.9.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-bench-streamer" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
||
[dependencies] | ||
clap = "2.33.0" | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-bench-tps" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -16,19 +16,19 @@ serde = "1.0.101" | |
serde_derive = "1.0.101" | ||
serde_json = "1.0.41" | ||
serde_yaml = "0.8.11" | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-genesis = { path = "../genesis", version = "0.20.0" } | ||
solana-client = { path = "../client", version = "0.20.0" } | ||
solana-drone = { path = "../drone", version = "0.20.0" } | ||
solana-librapay-api = { path = "../programs/librapay_api", version = "0.20.0", optional = true } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-metrics = { path = "../metrics", version = "0.20.0" } | ||
solana-measure = { path = "../measure", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-runtime = { path = "../runtime", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-move-loader-program = { path = "../programs/move_loader_program", version = "0.20.0", optional = true } | ||
solana-move-loader-api = { path = "../programs/move_loader_api", version = "0.20.0", optional = true } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-genesis = { path = "../genesis", version = "0.21.0" } | ||
solana-client = { path = "../client", version = "0.21.0" } | ||
solana-drone = { path = "../drone", version = "0.21.0" } | ||
solana-librapay-api = { path = "../programs/librapay_api", version = "0.21.0", optional = true } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-metrics = { path = "../metrics", version = "0.21.0" } | ||
solana-measure = { path = "../measure", version = "0.21.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } | ||
solana-runtime = { path = "../runtime", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
solana-move-loader-program = { path = "../programs/move_loader_program", version = "0.21.0", optional = true } | ||
solana-move-loader-api = { path = "../programs/move_loader_api", version = "0.21.0", optional = true } | ||
|
||
[dev-dependencies] | ||
serial_test = "0.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-chacha-sys" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
description = "Solana chacha-sys" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <[email protected]>"] | |
edition = "2018" | ||
name = "solana-cli" | ||
description = "Blockchain, Rebuilt for Scale" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -26,23 +26,23 @@ serde = "1.0.101" | |
serde_derive = "1.0.101" | ||
serde_json = "1.0.41" | ||
serde_yaml = "0.8.11" | ||
solana-budget-api = { path = "../programs/budget_api", version = "0.20.0" } | ||
solana-client = { path = "../client", version = "0.20.0" } | ||
solana-config-api = { path = "../programs/config_api", version = "0.20.0" } | ||
solana-drone = { path = "../drone", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-runtime = { path = "../runtime", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-stake-api = { path = "../programs/stake_api", version = "0.20.0" } | ||
solana-storage-api = { path = "../programs/storage_api", version = "0.20.0" } | ||
solana-vote-api = { path = "../programs/vote_api", version = "0.20.0" } | ||
solana-vote-signer = { path = "../vote-signer", version = "0.20.0" } | ||
solana-budget-api = { path = "../programs/budget_api", version = "0.21.0" } | ||
solana-client = { path = "../client", version = "0.21.0" } | ||
solana-config-api = { path = "../programs/config_api", version = "0.21.0" } | ||
solana-drone = { path = "../drone", version = "0.21.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } | ||
solana-runtime = { path = "../runtime", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
solana-stake-api = { path = "../programs/stake_api", version = "0.21.0" } | ||
solana-storage-api = { path = "../programs/storage_api", version = "0.21.0" } | ||
solana-vote-api = { path = "../programs/vote_api", version = "0.21.0" } | ||
solana-vote-signer = { path = "../vote-signer", version = "0.21.0" } | ||
url = "2.1.0" | ||
|
||
[dev-dependencies] | ||
solana-core = { path = "../core", version = "0.20.0" } | ||
solana-budget-program = { path = "../programs/budget_program", version = "0.20.0" } | ||
solana-core = { path = "../core", version = "0.21.0" } | ||
solana-budget-program = { path = "../programs/budget_program", version = "0.21.0" } | ||
|
||
[[bin]] | ||
name = "solana" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-client" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
description = "Solana Client" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -19,10 +19,10 @@ reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tl | |
serde = "1.0.101" | ||
serde_derive = "1.0.101" | ||
serde_json = "1.0.41" | ||
solana-netutil = { path = "../netutil", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-netutil = { path = "../netutil", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
|
||
[dev-dependencies] | ||
jsonrpc-core = "14.0.3" | ||
jsonrpc-http-server = "14.0.1" | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-crate-features" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
description = "Solana Crate Features" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-drone" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
description = "Solana Drone" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -19,9 +19,9 @@ clap = "2.33" | |
log = "0.4.8" | ||
serde = "1.0.101" | ||
serde_derive = "1.0.101" | ||
solana-logger = { path = "../logger", version = "0.20.0" } | ||
solana-metrics = { path = "../metrics", version = "0.20.0" } | ||
solana-sdk = { path = "../sdk", version = "0.20.0" } | ||
solana-logger = { path = "../logger", version = "0.21.0" } | ||
solana-metrics = { path = "../metrics", version = "0.21.0" } | ||
solana-sdk = { path = "../sdk", version = "0.21.0" } | ||
tokio = "0.1" | ||
tokio-codec = "0.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-fixed-buf" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
description = "A fixed-size byte array that supports bincode serde" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
Oops, something went wrong.