From a9d5672f15a869bb4ee1db2ff697255a0b6da4e6 Mon Sep 17 00:00:00 2001 From: Daksh <41485688+Daksh14@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:01:42 -0400 Subject: [PATCH] Add rusk-wallet to workspace Bump `rocksdb` version to match the version of `rusk` --- Cargo.toml | 3 +++ rusk-wallet/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdd1f29631..32331792a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ members = [ "consensus", "node", + # the wallet stack + "rusk-wallet", + # Test utils "test-wallet", ] diff --git a/rusk-wallet/Cargo.toml b/rusk-wallet/Cargo.toml index 28fd7cfba8..0bb2c41335 100644 --- a/rusk-wallet/Cargo.toml +++ b/rusk-wallet/Cargo.toml @@ -41,7 +41,7 @@ dirs = "4.0" bs58 = "0.4" rand = "0.8" aes = "0.7" -rocksdb = "0.21" +rocksdb = "0.22" flume = "0.10.14" reqwest = { version = "0.11", features = ["stream"] }