diff --git a/Cargo.lock b/Cargo.lock index 69acc73..2f325fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "oblivion" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ba93ace..db5fe0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oblivion" -version = "2.0.1" +version = "2.0.2" authors = ["苏向夜 "] description = "Rust High Concurrency Implementation of Oblivion, an End-to-End Encryption Protocol Based on ECDHE Encryption Algorithm" edition = "2021"