From 66a9c2278e1f2ec125711e880401736a181cf003 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Thu, 14 Nov 2024 15:16:45 +0400 Subject: [PATCH] missing dev dep --- remote-wallet/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 7edeff7ed6aea6..75a8691f3cad10 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -29,6 +29,7 @@ uriparse = { workspace = true } [dev-dependencies] assert_matches = { workspace = true } +solana-pubkey = { workspace = true, features = ["rand"] } [features] default = ["linux-static-hidraw", "hidapi"]