Skip to content

Commit

Permalink
revert: remove bstr dep
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Jun 23, 2024
1 parent c08b738 commit 70088c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/lune-std-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ directories = "5.0"
pin-project = "1.0"
os_str_bytes = { version = "7.0", features = ["conversions"] }

bstr = "1.9"
bytes = "1.6.0"

tokio = { version = "1", default-features = false, features = [
Expand Down
1 change: 1 addition & 0 deletions crates/lune-std-process/src/stream.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use bstr::BString;
use bytes::BytesMut;
use mlua::prelude::*;
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
Expand Down

0 comments on commit 70088c7

Please sign in to comment.