From 3062a951d0abdba916d51a8c9d4bd3ac0a852836 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Thu, 13 Jun 2024 22:24:33 +0400 Subject: [PATCH] move dep to the correct dependency table --- zk-token-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk-token-sdk/Cargo.toml b/zk-token-sdk/Cargo.toml index b7907f52916d7c..2cc9b4bcb5d15f 100644 --- a/zk-token-sdk/Cargo.toml +++ b/zk-token-sdk/Cargo.toml @@ -14,6 +14,7 @@ base64 = { workspace = true } bytemuck = { workspace = true, features = ["derive"] } num-derive = { workspace = true } num-traits = { workspace = true } +solana-curve25519 = { workspace = true } solana-program = { workspace = true } thiserror = { workspace = true } @@ -33,7 +34,6 @@ serde = { workspace = true } serde_derive = { workspace = true } serde_json = { workspace = true } sha3 = "0.9" -solana-curve25519 = { workspace = true } solana-sdk = { workspace = true } subtle = { workspace = true } zeroize = { workspace = true, features = ["zeroize_derive"] }