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]