diff --git a/Cargo.lock b/Cargo.lock index d26c8ae..c44cc20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "hyperdriver" -version = "0.8.0" +version = "0.8.1" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fd49534..e72ed65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperdriver" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs" license = "MIT"