* chore: bump log from 0.4.11 to 0.4.14 Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.14) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Make version consistent Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
30 lines
1016 B
TOML
30 lines
1016 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2018"
|
|
name = "solana-dos"
|
|
version = "1.8.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
clap = "2.33.1"
|
|
log = "0.4.14"
|
|
rand = "0.7.0"
|
|
rayon = "1.5.1"
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
|
|
solana-core = { path = "../core", version = "=1.8.0" }
|
|
solana-gossip = { path = "../gossip", version = "=1.8.0" }
|
|
solana-ledger = { path = "../ledger", version = "=1.8.0" }
|
|
solana-logger = { path = "../logger", version = "=1.8.0" }
|
|
solana-net-utils = { path = "../net-utils", version = "=1.8.0" }
|
|
solana-runtime = { path = "../runtime", version = "=1.8.0" }
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
solana-version = { path = "../version", version = "=1.8.0" }
|
|
solana-client = { path = "../client", version = "=1.8.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|