Skip to content

Commit 0ed60a3

Browse files
committed
adview-manager - Cargo:
- change version to 0.2 - update primitivs to 0.2 - enable primitives feature `test-util` only on dev
1 parent 506c64f commit 0ed60a3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

adview-manager/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Ambire <dev@ambire.com>", "Lachezar Lechev <lachezar@ambire.com>"]
33
edition = "2021"
44
name = "adview-manager"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
license = "AGPL-3.0"
77

88
[package.metadata.docs.rs]
@@ -11,7 +11,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1111

1212
[dependencies]
1313
# Domain
14-
adex_primitives = { path = "../primitives", package = "primitives", features = ["test-util"] }
14+
adex_primitives = { version="0.2.0", path = "../primitives", package = "primitives" }
1515
chrono = "0.4"
1616
num-integer = "0.1"
1717
# (De)Serialization & Http requests
@@ -27,3 +27,8 @@ async-std = "1"
2727
once_cell = "1"
2828
thiserror = "1"
2929
rand = "0.8"
30+
31+
[dev-dependencies]
32+
# enable the `test-util` only in dev
33+
adex_primitives = { version="0.2.0", path = "../primitives", package = "primitives", features = ["test-util"] }
34+

0 commit comments

Comments
 (0)