Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update top-level libp2p-websocket patch version.
  • Loading branch information
Roman S. Borschel committed Dec 7, 2020
commit 12e50b13d03f480b10cac42a589451a0c4ea47e5
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

- Update to `libp2p-mdns-0.26`.

- Update `libp2p-websocket`.

# Version 0.31.2 [2020-12-02]

- Bump minimum `libp2p-core` patch version.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ libp2p-deflate = { version = "0.25.0", path = "protocols/deflate", optional = tr
libp2p-dns = { version = "0.25.0", path = "transports/dns", optional = true }
libp2p-mdns = { version = "0.26.0", path = "protocols/mdns", optional = true }
libp2p-tcp = { version = "0.25.1", path = "transports/tcp", optional = true }
libp2p-websocket = { version = "0.26.0", path = "transports/websocket", optional = true }
libp2p-websocket = { version = "0.26.1", path = "transports/websocket", optional = true }

[dev-dependencies]
async-std = "1.6.2"
Expand Down