Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
20 lines
578 B
TOML
20 lines
578 B
TOML
[package]
|
|
name = "solana-bpf-loader-program"
|
|
version = "0.17.0"
|
|
description = "Solana BPF Loader"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.7"
|
|
solana-logger = { path = "../../logger", version = "0.17.0" }
|
|
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
|
solana-bpf-loader-api = { path = "../bpf_loader_api", version = "0.17.0" }
|
|
|
|
[lib]
|
|
crate-type = ["lib", "cdylib"]
|
|
name = "solana_bpf_loader_program"
|