Files
solana/sdk/cargo-build-bpf/tests/crates/noop/Cargo.toml
Trent Nelson 400418fe2f Revert "Bump version to 1.8.10 (#21790)"
This reverts commit 73acae9b5d.
2021-12-13 12:46:23 -06:00

19 lines
435 B
TOML

[package]
name = "noop"
version = "1.8.9"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
publish = false
[dependencies]
solana-program = { path = "../../../../program", version = "=1.8.9" }
[lib]
crate-type = ["cdylib"]
[workspace]