diff --git a/Cargo.lock b/Cargo.lock index 803c2bd..e798217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1533,7 +1533,7 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tpi" -version = "1.0.6" +version = "1.0.7" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 82bf068..03931e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tpi" -version = "1.0.6" +version = "1.0.7" edition = "2021" license = "Apache-2.0" authors = ["Sven Rademakers "]