diff --git a/Cargo.lock b/Cargo.lock index b14618ad..4941c6a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,7 +624,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "migtd" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "attestation", diff --git a/src/migtd/Cargo.toml b/src/migtd/Cargo.toml index e493d757..8b7a0fa0 100644 --- a/src/migtd/Cargo.toml +++ b/src/migtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migtd" -version = "0.4.1" +version = "0.4.2" license = "BSD-2-Clause-Patent" edition = "2021"