* 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>
24 lines
622 B
TOML
24 lines
622 B
TOML
[package]
|
|
name = "solana-noop-program"
|
|
version = "1.8.0"
|
|
description = "Solana Noop program"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-noop-program"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.14"
|
|
solana-logger = { path = "../../logger", version = "=1.8.0" }
|
|
solana-sdk = { path = "../../sdk", version = "=1.8.0" }
|
|
|
|
[lib]
|
|
crate-type = ["lib", "cdylib"]
|
|
name = "solana_noop_program"
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|