* Bump num-derive from 0.3.2 to 0.3.3 Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/rust-num/num-derive/releases) - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.2...num-derive-0.3.3) Signed-off-by: dependabot[bot] <support@github.com> * chore: bump num-derive Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
24 lines
538 B
TOML
24 lines
538 B
TOML
[package]
|
|
name = "solana-bpf-rust-noop"
|
|
version = "1.8.0"
|
|
description = "Solana BPF noop program written in Rust"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-bpf-rust-noop"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
num-derive = "0.3"
|
|
num-traits = "0.2"
|
|
solana-program = "1.4.16"
|
|
thiserror = "1.0"
|
|
|
|
[workspace]
|
|
members = []
|
|
|
|
[lib]
|
|
name = "solana_bpf_rust_noop"
|
|
crate-type = ["cdylib"]
|