From 6d6aca7bc143150db48f14657999526097c01d51 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sat, 1 Apr 2023 22:31:46 +0200 Subject: [PATCH] v1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82a6d82..3c0c2ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "ip_lib" -version = "1.0.0" +version = "1.1.0" dependencies = [ "aes-gcm", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 4d3af22..b47eb1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ip_lib" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html