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