Skip to content

Commit

Permalink
Merge pull request #2334 from dusk-network/release-rusk-prover
Browse files Browse the repository at this point in the history
rusk-prover: Bump to v0.5.0
  • Loading branch information
moCello authored Sep 10, 2024
2 parents 9281d93 + 216395c commit d0e5cb8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracts/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rusk-profile = { version = "0.6", path = "../../rusk-profile" }
once_cell = { version = "1.9" }
rusk-abi = { version = "0.13.0-rc", path = "../../rusk-abi", default-features = false, features = ["host"] }
execution-core = { version = "0.1.0", path = "../../execution-core", features = ["zk"] }
rusk-prover = { version = "0.4", path = "../../rusk-prover/" }
rusk-prover = { version = "0.5", path = "../../rusk-prover/" }
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
hex = "0.4"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion contracts/transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rusk-abi = { version = "0.13.0-rc", path = "../../rusk-abi" }
rusk-profile = { version = "0.6", path = "../../rusk-profile" }
once_cell = { version = "1.9" }
rusk-abi = { version = "0.13.0-rc", path = "../../rusk-abi", default-features = false, features = ["host"] }
rusk-prover = { version = "0.4", path = "../../rusk-prover/" }
rusk-prover = { version = "0.5", path = "../../rusk-prover/" }
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
bytecheck = { version = "0.6", default-features = false }
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion rusk-prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusk-prover"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
autobins = false

Expand Down
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.4", path = "../rusk-prover", features = ["std"], optional = true }
rusk-prover = { version = "0.5", 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.4", path = "../rusk-prover", features = ["no_random"] }
rusk-prover = { version = "0.5", path = "../rusk-prover", features = ["no_random"] }
criterion = "0.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion test-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ zeroize = { version = "1", default-features = false, features = ["derive"] }
# rusk dependencies
execution-core = { version = "0.1.0", path = "../execution-core" }
wallet-core = { version = "0.1", path = "../wallet-core/" }
rusk-prover = { version = "0.4", path = "../rusk-prover/" }
rusk-prover = { version = "0.5", path = "../rusk-prover/" }

[dev-dependencies]
rand = "^0.8"
Expand Down

0 comments on commit d0e5cb8

Please sign in to comment.