dependabot-preview[bot] 62429585ba Bump bincode from 1.1.4 to 1.2.0 (#6065)
Bumps [bincode](https://github.com/servo/bincode) from 1.1.4 to 1.2.0.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/compare/v1.1.4...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 14:44:29 -06:00

25 lines
698 B
TOML

[package]
name = "solana-storage-program"
version = "0.20.0"
description = "Solana storage program"
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.8"
solana-logger = { path = "../../logger", version = "0.20.0" }
solana-sdk = { path = "../../sdk", version = "0.20.0" }
solana-storage-api = { path = "../storage_api", version = "0.20.0" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.20.0" }
assert_matches = "1.3.0"
bincode = "1.2.0"
[lib]
crate-type = ["lib", "cdylib"]
name = "solana_storage_program"