Skip to content

Commit 1c4798e

Browse files
committed
build(cargo): bump all workspace versions to 0.2.0
Synchronize Cargo.toml version fields across all 7 workspace crates with the 0.2.0 release tag. Signed-off-by: Yalan Zhang <yalzhang@redhat.com>
1 parent 8a6902c commit 1c4798e

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

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

attestation-key-register/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "attestation-key-register"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition = "2021"
99
rust-version.workspace = true
1010

compute-pcrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "compute-pcrs"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition.workspace = true
1010
rust-version.workspace = true
1111
description = "A trusted-cluster-operator optimized compute-pcrs interface"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "trusted-cluster-operator-lib"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Definitions shared across operator, compute-pcrs and register-server"
1010
edition.workspace = true
1111
rust-version.workspace = true

operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "operator"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition.workspace = true
99
rust-version.workspace = true
1010

register-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "register-server"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition = "2021"
99
rust-version.workspace = true
1010

test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "trusted-cluster-operator-test-utils"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition.workspace = true
99
rust-version.workspace = true
1010

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "trusted-cluster-operator-tests"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition.workspace = true
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)