diff --git a/Cargo.lock b/Cargo.lock index 340f19c..c1ca403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,7 +562,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "migtd" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "attestation", diff --git a/src/migtd/Cargo.toml b/src/migtd/Cargo.toml index 898c7f2..8a8d550 100644 --- a/src/migtd/Cargo.toml +++ b/src/migtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migtd" -version = "0.4.6" +version = "0.4.7" license = "BSD-2-Clause-Patent" edition = "2021"