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.
- Loading branch information
1 parent
d513b0c
commit 1e977ac
Showing
116 changed files
with
739 additions
and
739 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "solana-account-decoder" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Solana account decoder" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -18,10 +18,10 @@ lazy_static = "1.4.0" | |
serde = "1.0.112" | ||
serde_derive = "1.0.103" | ||
serde_json = "1.0.56" | ||
solana-config-program = { path = "../programs/config", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.5.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.5.0" } | ||
solana-config-program = { path = "../programs/config", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.6.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.6.0" } | ||
spl-token-v2-0 = { package = "spl-token", version = "=3.0.0", features = ["no-entrypoint"] } | ||
thiserror = "1.0" | ||
zstd = "0.5.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,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-accounts-bench" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -11,11 +11,11 @@ publish = false | |
[dependencies] | ||
log = "0.4.11" | ||
rayon = "1.4.0" | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-measure = { path = "../measure", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-measure = { path = "../measure", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
rand = "0.7.0" | ||
clap = "2.33.1" | ||
crossbeam-channel = "0.4" | ||
|
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-banking-bench" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -14,16 +14,16 @@ crossbeam-channel = "0.4" | |
log = "0.4.11" | ||
rand = "0.7.0" | ||
rayon = "1.4.0" | ||
solana-core = { path = "../core", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-streamer = { path = "../streamer", version = "1.5.0" } | ||
solana-perf = { path = "../perf", version = "1.5.0" } | ||
solana-ledger = { path = "../ledger", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-measure = { path = "../measure", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-core = { path = "../core", version = "1.6.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-streamer = { path = "../streamer", version = "1.6.0" } | ||
solana-perf = { path = "../perf", version = "1.6.0" } | ||
solana-ledger = { path = "../ledger", version = "1.6.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-measure = { path = "../measure", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
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-banks-client" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Solana banks client" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -12,15 +12,15 @@ edition = "2018" | |
bincode = "1.3.1" | ||
futures = "0.3" | ||
mio = "0.7.6" | ||
solana-banks-interface = { path = "../banks-interface", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-banks-interface = { path = "../banks-interface", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
tarpc = { version = "0.23.0", features = ["full"] } | ||
tokio = { version = "0.3", features = ["full"] } | ||
tokio-serde = { version = "0.6", features = ["bincode"] } | ||
|
||
[dev-dependencies] | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-banks-server = { path = "../banks-server", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-banks-server = { path = "../banks-server", version = "1.6.0" } | ||
|
||
[lib] | ||
crate-type = ["lib"] | ||
|
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-banks-interface" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Solana banks RPC interface" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -11,7 +11,7 @@ edition = "2018" | |
[dependencies] | ||
mio = "0.7.6" | ||
serde = { version = "1.0.112", features = ["derive"] } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
tarpc = { version = "0.23.0", features = ["full"] } | ||
|
||
[dev-dependencies] | ||
|
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-banks-server" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Solana banks server" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -13,10 +13,10 @@ bincode = "1.3.1" | |
futures = "0.3" | ||
log = "0.4.11" | ||
mio = "0.7.6" | ||
solana-banks-interface = { path = "../banks-interface", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-metrics = { path = "../metrics", version = "1.5.0" } | ||
solana-banks-interface = { path = "../banks-interface", version = "1.6.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-metrics = { path = "../metrics", version = "1.6.0" } | ||
tarpc = { version = "0.23.0", features = ["full"] } | ||
tokio = { version = "0.3", features = ["full"] } | ||
tokio-serde = { version = "0.6", features = ["bincode"] } | ||
|
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 = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -18,21 +18,21 @@ rand = "0.7.0" | |
rayon = "1.4.0" | ||
serde_json = "1.0.56" | ||
serde_yaml = "0.8.13" | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-core = { path = "../core", version = "1.5.0" } | ||
solana-genesis = { path = "../genesis", version = "1.5.0" } | ||
solana-client = { path = "../client", version = "1.5.0" } | ||
solana-faucet = { path = "../faucet", version = "1.5.0" } | ||
solana-exchange-program = { path = "../programs/exchange", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-metrics = { path = "../metrics", version = "1.5.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-core = { path = "../core", version = "1.6.0" } | ||
solana-genesis = { path = "../genesis", version = "1.6.0" } | ||
solana-client = { path = "../client", version = "1.6.0" } | ||
solana-faucet = { path = "../faucet", version = "1.6.0" } | ||
solana-exchange-program = { path = "../programs/exchange", version = "1.6.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-metrics = { path = "../metrics", version = "1.6.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.6.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
|
||
[dev-dependencies] | ||
solana-local-cluster = { path = "../local-cluster", version = "1.5.0" } | ||
solana-local-cluster = { path = "../local-cluster", version = "1.6.0" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
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-bench-streamer" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
publish = false | ||
|
||
[dependencies] | ||
clap = "2.33.1" | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-streamer = { path = "../streamer", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-streamer = { path = "../streamer", version = "1.6.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
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 = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -15,23 +15,23 @@ log = "0.4.11" | |
rayon = "1.4.0" | ||
serde_json = "1.0.56" | ||
serde_yaml = "0.8.13" | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-core = { path = "../core", version = "1.5.0" } | ||
solana-genesis = { path = "../genesis", version = "1.5.0" } | ||
solana-client = { path = "../client", version = "1.5.0" } | ||
solana-faucet = { path = "../faucet", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-metrics = { path = "../metrics", version = "1.5.0" } | ||
solana-measure = { path = "../measure", version = "1.5.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.5.0" } | ||
solana-runtime = { path = "../runtime", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-core = { path = "../core", version = "1.6.0" } | ||
solana-genesis = { path = "../genesis", version = "1.6.0" } | ||
solana-client = { path = "../client", version = "1.6.0" } | ||
solana-faucet = { path = "../faucet", version = "1.6.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-metrics = { path = "../metrics", version = "1.6.0" } | ||
solana-measure = { path = "../measure", version = "1.6.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.6.0" } | ||
solana-runtime = { path = "../runtime", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
|
||
[dev-dependencies] | ||
serial_test = "0.4.0" | ||
serial_test_derive = "0.4.0" | ||
solana-local-cluster = { path = "../local-cluster", version = "1.5.0" } | ||
solana-local-cluster = { path = "../local-cluster", version = "1.6.0" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
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-clap-utils" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Solana utilities for the clap" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana" | ||
|
@@ -11,8 +11,8 @@ edition = "2018" | |
[dependencies] | ||
clap = "2.33.0" | ||
rpassword = "4.0" | ||
solana-remote-wallet = { path = "../remote-wallet", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-remote-wallet = { path = "../remote-wallet", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
thiserror = "1.0.21" | ||
tiny-bip39 = "0.7.0" | ||
url = "2.1.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 |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <[email protected]>"] | |
edition = "2018" | ||
name = "solana-cli-config" | ||
description = "Blockchain, Rebuilt for Scale" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
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-output" | ||
description = "Blockchain, Rebuilt for Scale" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -17,13 +17,13 @@ indicatif = "0.15.0" | |
serde = "1.0.112" | ||
serde_derive = "1.0.103" | ||
serde_json = "1.0.56" | ||
solana-account-decoder = { path = "../account-decoder", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-client = { path = "../client", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.5.0" } | ||
solana-transaction-status = { path = "../transaction-status", version = "1.5.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.5.0" } | ||
solana-account-decoder = { path = "../account-decoder", version = "1.6.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-client = { path = "../client", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.6.0" } | ||
solana-transaction-status = { path = "../transaction-status", version = "1.6.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.6.0" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
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 = "1.5.0" | ||
version = "1.6.0" | ||
repository = "https://github.com/solana-labs/solana" | ||
license = "Apache-2.0" | ||
homepage = "https://solana.com/" | ||
|
@@ -27,29 +27,29 @@ reqwest = { version = "0.10.8", default-features = false, features = ["blocking" | |
serde = "1.0.112" | ||
serde_derive = "1.0.103" | ||
serde_json = "1.0.56" | ||
solana-account-decoder = { path = "../account-decoder", version = "1.5.0" } | ||
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.5.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } | ||
solana-cli-config = { path = "../cli-config", version = "1.5.0" } | ||
solana-cli-output = { path = "../cli-output", version = "1.5.0" } | ||
solana-client = { path = "../client", version = "1.5.0" } | ||
solana-config-program = { path = "../programs/config", version = "1.5.0" } | ||
solana-faucet = { path = "../faucet", version = "1.5.0" } | ||
solana-logger = { path = "../logger", version = "1.5.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.5.0" } | ||
solana-account-decoder = { path = "../account-decoder", version = "1.6.0" } | ||
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.6.0" } | ||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" } | ||
solana-cli-config = { path = "../cli-config", version = "1.6.0" } | ||
solana-cli-output = { path = "../cli-output", version = "1.6.0" } | ||
solana-client = { path = "../client", version = "1.6.0" } | ||
solana-config-program = { path = "../programs/config", version = "1.6.0" } | ||
solana-faucet = { path = "../faucet", version = "1.6.0" } | ||
solana-logger = { path = "../logger", version = "1.6.0" } | ||
solana-net-utils = { path = "../net-utils", version = "1.6.0" } | ||
solana_rbpf = "=0.2.2" | ||
solana-remote-wallet = { path = "../remote-wallet", version = "1.5.0" } | ||
solana-sdk = { path = "../sdk", version = "1.5.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.5.0" } | ||
solana-transaction-status = { path = "../transaction-status", version = "1.5.0" } | ||
solana-version = { path = "../version", version = "1.5.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.5.0" } | ||
solana-remote-wallet = { path = "../remote-wallet", version = "1.6.0" } | ||
solana-sdk = { path = "../sdk", version = "1.6.0" } | ||
solana-stake-program = { path = "../programs/stake", version = "1.6.0" } | ||
solana-transaction-status = { path = "../transaction-status", version = "1.6.0" } | ||
solana-version = { path = "../version", version = "1.6.0" } | ||
solana-vote-program = { path = "../programs/vote", version = "1.6.0" } | ||
thiserror = "1.0.21" | ||
tiny-bip39 = "0.7.0" | ||
url = "2.1.1" | ||
|
||
[dev-dependencies] | ||
solana-core = { path = "../core", version = "1.5.0" } | ||
solana-core = { path = "../core", version = "1.6.0" } | ||
tempfile = "3.1.0" | ||
|
||
[[bin]] | ||
|
Oops, something went wrong.