Skip to content

Commit ce94017

Browse files
committed
Add member
1 parent 7325bfb commit ce94017

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
2-
resolver = "2"
3-
members = ["body-plz", "buffer-plz", "header-plz", "mime-plz"]
2+
resolver = "3"
3+
members = ["body-plz", "buffer-plz", "header-plz", "mime-plz", "protocol-plz"]
44

55
[workspace.dependencies]
66
bytes = "1.10"

protocol-plz/src/step.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use buffer::Event;
1+
use buffer_plz::Event;
22

33
use crate::frame::Frame;
44

0 commit comments

Comments
 (0)