Skip to content

Commit

Permalink
rusk: Bump rusk-prover to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Sep 9, 2024
1 parent 3e8d5a8 commit ae90a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rusk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async-trait = "0.1"
execution-core = { version = "0.1.0", path = "../execution-core", features = ["zk"] }
rusk-profile = { version = "0.6", path = "../rusk-profile" }
rusk-abi = { version = "0.13.0-rc", path = "../rusk-abi", default-features = false, features = ["host"] }
rusk-prover = { version = "0.3", path = "../rusk-prover", features = ["std"], optional = true }
rusk-prover = { version = "0.4", path = "../rusk-prover", features = ["std"], optional = true }

## node dependencies
node = { version = "0.1", path = "../node", optional = true }
Expand All @@ -85,7 +85,7 @@ test-context = "0.1"
reqwest = "0.12"
rusk-recovery = { version = "0.6", path = "../rusk-recovery", features = ["state"] }
ff = { version = "0.13", default-features = false }
rusk-prover = { version = "0.3", path = "../rusk-prover", features = ["no_random"] }
rusk-prover = { version = "0.4", path = "../rusk-prover", features = ["no_random"] }
criterion = "0.5"

[build-dependencies]
Expand Down

0 comments on commit ae90a65

Please sign in to comment.