Skip to content

Commit

Permalink
Merge branch 'master' into vote_for_former_candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
goshawk-3 authored Oct 24, 2023
2 parents e3507c4 + 8024e1a commit dcd9e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0"
version = "0.3.0"
edition = "2021"
autobins = false

Expand Down
2 changes: 1 addition & 1 deletion rusk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async-trait = "0.1"
transfer-circuits = { version = "0.5", path = "../circuits/transfer" }
rusk-profile = { version = "0.6", path = "../rusk-profile" }
rusk-abi = { version = "0.11", path = "../rusk-abi", default-features = false, features = ["host"] }
rusk-prover = { version = "0.2", path = "../rusk-prover" }
rusk-prover = { version = "0.3", path = "../rusk-prover" }
node = { version = "0.1", path = "../node" }
dusk-consensus = { version = "0.1.1-rc.3", path = "../consensus" }
node-data = { version = "0.1", path = "../node-data" }
Expand Down

0 comments on commit dcd9e86

Please sign in to comment.