* chore: bump bytemuck from 1.7.3 to 1.8.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.7.3 to 1.8.0. - [Release notes](https://github.com/Lokathor/bytemuck/releases) - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.7.3...v1.8.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
18 lines
649 B
TOML
18 lines
649 B
TOML
[package]
|
|
name = "solana-zk-token-proof-program"
|
|
description = "Solana Zk Token Proof Program"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
version = "1.10.0"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.8.0", features = ["derive"] }
|
|
getrandom = { version = "0.1", features = ["dummy"] }
|
|
num-derive = "0.3"
|
|
num-traits = "0.2"
|
|
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
|
|
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
|
|
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.10.0" }
|