diff --git a/Cargo.lock b/Cargo.lock index d4c69bf..eec9556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "proxide" -version = "0.2.1" +version = "0.2.2" dependencies = [ "base64 0.11.0", "bytes 1.2.1", diff --git a/Cargo.toml b/Cargo.toml index 6bcc977..654a572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxide" -version = "0.2.1" # Keep the version near the top for CI purposes (release.yml) +version = "0.2.2" # Keep the version near the top for CI purposes (release.yml) authors = ["Mikko Rantanen "] edition = "2018" license = "MIT OR Apache-2.0"