Skip to content

Commit

Permalink
move dep to the correct dependency table
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 18, 2024
1 parent e20f8b2 commit 3062a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-token-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand All @@ -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"] }
Expand Down

0 comments on commit 3062a95

Please sign in to comment.