Skip to content

Commit

Permalink
Comment out async-rw-adapter dependency in picomux Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 18, 2024
1 parent 4f33530 commit 3e678fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion libraries/picomux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ smolscale = "0.4.4"
tachyonix = "0.2.1"
tracing = "0.1.40"
tracing-test = "0.2.4"
async-rw-adapter={path="../async-rw-adapter"}
# async-rw-adapter={path="../async-rw-adapter"}
fastrand = "2.0.1"
tap = "1.0.1"
serde = {version="1.0.197", features=["derive"]}
Expand Down

0 comments on commit 3e678fd

Please sign in to comment.