diff --git a/zk-keygen/Cargo.toml b/zk-keygen/Cargo.toml index 219ec9cdb2..0a1602045e 100644 --- a/zk-keygen/Cargo.toml +++ b/zk-keygen/Cargo.toml @@ -26,7 +26,7 @@ solana-remote-wallet = { workspace = true, features = ["default"] } solana-sdk = { workspace = true } solana-version = { workspace = true } solana-zk-token-sdk = { workspace = true } -thiserror = { worskapce = true } +thiserror = { workspace = true } tiny-bip39 = { workspace = true } [dev-dependencies]