Skip to content

Commit d7f50be

Browse files
committed
dusk-data-driver: prepare for next dev iteration
1 parent 83899a5 commit d7f50be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rusk-recovery = { version = "1.3.1-alpha.1", path = "./rusk-recovery/" }
5454
wallet-core = { version = "1.3.1-alpha.1", path = "./wallet-core/", package = "dusk-wallet-core" }
5555

5656
# dusk-data-driver = "0.1.0"
57-
dusk-data-driver = { version = "0.2.0", path = "./data-drivers/data-driver" }
57+
dusk-data-driver = { version = "0.2.1-alpha.1", path = "./data-drivers/data-driver" }
5858
# dusk-transfer-contract-dd = "0.1.0"
5959
dusk-transfer-contract-dd = { version = "0.1.1-alpha.1", path = "./data-drivers/transfer-contract" }
6060
# dusk-stake-contract-dd = "0.1.0"

data-drivers/data-driver/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-data-driver"
3-
version = "0.2.0"
3+
version = "0.2.1-alpha.1"
44
edition = "2021"
55

66
description = "Data driver contract interface to support json serialization"

0 commit comments

Comments
 (0)