From 913e50ff1cc9c117485d065fd9b81f41b1d1e6c6 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Tue, 21 Jan 2025 21:22:53 +0100 Subject: [PATCH] Release version 0.1.11 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8484a7c..c7301c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "l4p" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "byte_string", diff --git a/Cargo.toml b/Cargo.toml index a03c242..0946f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "l4p" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["Jacob Kiers "] license = "Apache-2.0"