Skip to content

Commit 9b87a3c

Browse files
ci: bump version to 0.2.1
1 parent e0bb5ea commit 9b87a3c

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
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
@@ -3,7 +3,7 @@ members = ["trust-model", "trust-db-sqlite", "trust-core", "trust-cli", "trust-b
33

44
[workspace.package]
55
name = "trust"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
authors = ["Matias Villaverde <matiasvillaverde@protonmail.com>"]
88
rust-version = "1.68.2"
99
license = "MIT"

trust-broker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "trust-broker"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
trust-model = { path = "../trust-model", version = "0.2.0" }
9+
trust-model = { path = "../trust-model", version = "0.2.1" }
1010
rust_decimal = {workspace = true}
1111
rust_decimal_macros = {workspace = true}
1212
uuid = {workspace = true}

trust-cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "trust-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
trust-model = { path = "../trust-model", version = "0.2.0" }
10-
trust-core = { path = "../trust-core", version = "0.2.0" }
11-
trust-broker = { path = "../trust-broker", version = "0.2.0" }
12-
trust-db-sqlite = { path = "../trust-db-sqlite", version = "0.2.0" }
9+
trust-model = { path = "../trust-model", version = "0.2.1" }
10+
trust-core = { path = "../trust-core", version = "0.2.1" }
11+
trust-broker = { path = "../trust-broker", version = "0.2.1" }
12+
trust-db-sqlite = { path = "../trust-db-sqlite", version = "0.2.1" }
1313

1414
clap = {workspace = true}
1515
dialoguer = {workspace = true}

trust-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "trust-core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
trust-model = { path = "../trust-model", version = "0.2.0" }
9+
trust-model = { path = "../trust-model", version = "0.2.1" }
1010
rust_decimal = {workspace = true}
1111
rust_decimal_macros = {workspace = true}
1212
uuid = {workspace = true}

trust-db-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212

1313
[dependencies]
1414

15-
trust-model = { path = "../trust-model", version = "0.2.0" }
15+
trust-model = { path = "../trust-model", version = "0.2.1" }
1616

1717

1818
rust_decimal = {workspace = true}

trust-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-model"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)