Skip to content

Commit

Permalink
wallet-core: set stake-contract-types dependency to 0.0.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Dec 15, 2023
1 parent d504cea commit 4d00d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-wallet-core"
version = "0.23.0-plonk.0.16"
version = "0.24.0-plonk.0.16-rc.0"
edition = "2021"
description = "The core functionality of the Dusk wallet"
license = "MPL-2.0"
Expand All @@ -22,7 +22,7 @@ dusk-bls12_381-sign = { version = "0.5", default-features = false }
rkyv = { version = "0.7", default-features = false }
ff = { version = "0.13", default-features = false }

stake-contract-types ={ version="0.1.0", path="../rusk/contracts/stake-types/" }
stake-contract-types = "0.0.1-rc.1"

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

0 comments on commit 4d00d7c

Please sign in to comment.