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. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "addr2line" name = "addr2line"
@ -516,7 +516,7 @@ dependencies = [
[[package]] [[package]]
name = "l4p" name = "l4p"
version = "0.1.9" version = "0.1.10"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"byte_string", "byte_string",

View File

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