Skip to content

Commit 48fec6d

Browse files
committed
dusk-stake-contract-dd: prepare for next development iteration
1 parent dfcbb30 commit 48fec6d

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ rusk-recovery = "1.3.0"
5353
wallet-core = { version = "1.3.0", package = "dusk-wallet-core" }
5454
# wallet-core = { version = "1.3.1-alpha.1", path = "./wallet-core/", package = "dusk-wallet-core" }
5555

56-
dusk-data-driver = { version = "0.1.0" }
56+
dusk-data-driver = "0.1.0"
5757
# dusk-data-driver = { version = "0.1.1-alpha.1", path = "./data-drivers/data-driver" }
58-
dusk-transfer-contract-dd = { version = "0.1.0" }
58+
dusk-transfer-contract-dd = "0.1.0"
5959
# dusk-transfer-contract-dd = { version = "0.1.1-alpha.1", path = "./data-drivers/transfer-contract" }
60-
dusk-stake-contract-dd = { version = "0.1.0", path = "./data-drivers/stake-contract" }
60+
dusk-stake-contract-dd = "0.1.0"
61+
# dusk-stake-contract-dd = { version = "0.1.1-alpha.1", path = "./data-drivers/stake-contract" }
6162

6263
# Dusk dependencies outside the workspace
6364
bls12_381-bls = { version = "0.5", default-features = false }

data-drivers/stake-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-stake-contract-dd"
3-
version = "0.1.0"
3+
version = "0.1.1-alpha.1"
44
edition = "2021"
55

66
description = "Data driver for Dusk Stake Contract"

0 commit comments

Comments
 (0)