From f9498e808dd5643eaf9470fe0ef72b2cf27643de Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 26 Aug 2024 10:06:09 -0400 Subject: [PATCH] Bump attest-data to 0.2.0 for the new messages --- Cargo.lock | 2 +- attest-data/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 613888d..ed2419c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "attest-data" -version = "0.1.0" +version = "0.2.0" dependencies = [ "getrandom", "hubpack", diff --git a/attest-data/Cargo.toml b/attest-data/Cargo.toml index 497f49f..c1fe700 100644 --- a/attest-data/Cargo.toml +++ b/attest-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "attest-data" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]