From 03e0a9e1068e279abd869ff3db7168b8d5554b36 Mon Sep 17 00:00:00 2001 From: steviez Date: Wed, 24 May 2023 00:27:46 -0500 Subject: [PATCH] Fixed typo: worskapce ==> workspace (#31790) --- zk-keygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]