Bumps [serde](https://github.com/serde-rs/serde) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.102...v1.0.103) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
20 lines
437 B
TOML
20 lines
437 B
TOML
[package]
|
|
name = "solana-fixed-buf"
|
|
version = "0.22.0"
|
|
description = "A fixed-size byte array that supports bincode serde"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1.2.0"
|
|
serde = "1.0.103"
|
|
|
|
[lib]
|
|
name = "solana_fixed_buf"
|
|
|
|
[dev-dependencies]
|
|
serde_derive = "1.0.103"
|