Skip to content

Commit

Permalink
Add rusk-wallet to workspace
Browse files Browse the repository at this point in the history
Bump `rocksdb` version to match the version of `rusk`
  • Loading branch information
Daksh14 committed Aug 18, 2024
1 parent 24e1393 commit a9d5672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ members = [
"consensus",
"node",

# the wallet stack
"rusk-wallet",

# Test utils
"test-wallet",
]
Expand Down
2 changes: 1 addition & 1 deletion rusk-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit a9d5672

Please sign in to comment.