Skip to content

Commit

Permalink
bid-contract: Add "persistence" feature of rusk-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Aug 12, 2021
1 parent 5a1ead9 commit cb09f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dusk-plonk = "0.8"
lazy_static = "1.4"
rand = "0.8"
rusk-profile = { path = "../../rusk-profile" }
rusk-vm = "0.7.0-rc"
rusk-vm = { version = "0.7.0-rc", features = ["persistence"] }
transfer-circuits = { path = "../../circuits/transfer", features = ["builder"] }
transfer-wrapper = { path = "../../test-utils/transfer-wrapper" }

0 comments on commit cb09f9f

Please sign in to comment.