Files
solana/programs/stake/Cargo.toml
dependabot[bot] 9a2ca8dd2f chore: bump rustc_version from 0.2.3 to 0.4.0 (#17854)
* chore: bump rustc_version from 0.2.3 to 0.4.0

Bumps [rustc_version](https://github.com/Kimundi/rustc-version-rs) from 0.2.3 to 0.4.0.
- [Release notes](https://github.com/Kimundi/rustc-version-rs/releases)
- [Commits](https://github.com/Kimundi/rustc-version-rs/compare/v0.2.3...v0.4.0)

---
updated-dependencies:
- dependency-name: rustc_version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Make versions consistent

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2021-06-09 16:57:39 +00:00

39 lines
1.1 KiB
TOML

[package]
name = "solana-stake-program"
version = "1.8.0"
description = "Solana Stake 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-stake-program"
edition = "2018"
[dependencies]
bincode = "1.3.1"
log = "0.4.11"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.126"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.8.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.8.0" }
solana-metrics = { path = "../../metrics", version = "=1.8.0" }
solana-sdk = { path = "../../sdk", version = "=1.8.0" }
solana-vote-program = { path = "../vote", version = "=1.8.0" }
solana-config-program = { path = "../config", version = "=1.8.0" }
thiserror = "1.0"
[dev-dependencies]
solana-logger = { path = "../../logger", version = "=1.8.0" }
[build-dependencies]
rustc_version = "0.4"
[lib]
crate-type = ["lib"]
name = "solana_stake_program"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]