We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376d5a4 commit bd45342Copy full SHA for bd45342
body-plz/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "body-plz"
3
-version = "0.0.5"
+version = "0.0.6"
4
authors = ["darkseid", "sytten <[email protected]>"]
5
description = "Body for the ParsePlz ecosystem"
6
repository = "https://github.com/parseplz/primitives"
@@ -10,6 +10,6 @@ edition = "2024"
10
[dependencies]
11
buffer-plz = { path = "../buffer-plz", version = "0.0.2" }
12
bytes = { workspace = true }
13
-header-plz = { path = "../header-plz", version = "0.0.3" }
+header-plz = { path = "../header-plz", version = "0.0.4" }
14
thiserror = { workspace = true }
15
tracing = { workspace = true }
0 commit comments