-
Notifications
You must be signed in to change notification settings - Fork 1.2k
muxers/mplex: Implement AsyncRead and AsyncWrite for Substream
#2706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
0c7c309
c902089
85bda88
bdee68e
a241d47
cff4299
9640415
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ name = "libp2p-mplex" | |||||
| edition = "2021" | ||||||
| rust-version = "1.56.1" | ||||||
| description = "Mplex multiplexing protocol for libp2p" | ||||||
| version = "0.33.0" | ||||||
| version = "0.34.0" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Is this a breaking change?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes because
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, good point. Thanks! |
||||||
| authors = ["Parity Technologies <admin@parity.io>"] | ||||||
| license = "MIT" | ||||||
| repository = "https://github.com/libp2p/rust-libp2p" | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.