Release version 0.1.11
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jacob Kiers 2025-01-21 21:22:53 +01:00
parent aecffa0d14
commit 913e50ff1c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
[package]
name = "l4p"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
authors = ["Jacob Kiers <code@kiers.eu>"]
license = "Apache-2.0"