Skip to content

Commit

Permalink
Merge pull request #667 from dusk-network/embed-sqlite
Browse files Browse the repository at this point in the history
rusk-wallet: enable `bundled` feature for `rusqlite`
  • Loading branch information
herr-seppia authored Mar 21, 2022
2 parents 5dc774c + de44929 commit 5473735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bs58 = "0.4"
rand = "0.8"
aes = "0.7"
hex = "0.4"
rusqlite = "0.26"
rusqlite = { version = "0.27.0", features = ["bundled"] }

dusk-wallet-core = "0.13.0-rc"
canonical = "0.7"
Expand Down

0 comments on commit 5473735

Please sign in to comment.