diff --git a/Cargo.lock b/Cargo.lock index 7aa3793..4f52645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "aft" -version = "7.0.0" +version = "7.0.1" dependencies = [ "aft-crypto", "env_logger", diff --git a/aft/Cargo.toml b/aft/Cargo.toml index 67bea49..9a9037a 100644 --- a/aft/Cargo.toml +++ b/aft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aft" -version = "7.0.0" +version = "7.0.1" edition = "2021" authors.workspace = true homepage.workspace = true