Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.3.9 to 0.4.2. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/v0.4.2/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.3.9...v0.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
21 lines
671 B
TOML
21 lines
671 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-banking-bench"
|
|
version = "1.1.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 = "1.1.0" }
|
|
solana-ledger = { path = "../ledger", version = "1.1.0" }
|
|
solana-logger = { path = "../logger", version = "1.1.0" }
|
|
solana-runtime = { path = "../runtime", version = "1.1.0" }
|
|
solana-measure = { path = "../measure", version = "1.1.0" }
|
|
solana-sdk = { path = "../sdk", version = "1.1.0" }
|
|
rand = "0.6.5"
|
|
crossbeam-channel = "0.4"
|