diff --git a/Cargo.lock b/Cargo.lock index 27b0407..b3f4068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "fiber-sphinx" -version = "1.0.0" +version = "1.0.1" dependencies = [ "chacha20", "hex-conservative", diff --git a/Cargo.toml b/Cargo.toml index af91323..3212755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fiber-sphinx" -version = "1.0.0" +version = "1.0.1" edition = "2021" license-file = "COPYING.md" description = "A Rust implementation of the Sphinx mix network."