1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-06-27 00:31:35 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
040d8c8c9a Bump to v0.4 () 2019-02-20 16:39:30 +01:00
eeed66707b Address edition-2018 idioms. () 2019-02-11 14:58:15 +01:00
fcb2ac36e6 Bump to v0.3.0 () 2019-01-30 16:50:47 +01:00
6d24596f9f Update protocols and transport to 2018 edition ()
Update the protocols and transport subdirectories to the 2018 edition.

NB: The websocket transport cannot be moved to 2018 edition due to
websocket-rs's use of the keyword async as the name of a module.
2019-01-21 11:33:51 +01:00
e39d6d8bd2 Version 0.2 () 2019-01-10 13:27:45 +01:00
a152e18821 Simplify handling of upgrade information. () 2018-12-11 15:13:10 +01:00
2dce4294a0 Add version numbers in the deps in Cargo.toml () 2018-12-11 14:54:44 +01:00
2ef4d779ca Add metadata to all the Cargo.toml () 2018-12-06 19:22:06 +01:00
2e549884ef Split ConnectionUpgrade. ()
Introduce `InboundUpgrade` and `OutboundUpgrade`.
2018-11-15 17:41:11 +01:00