Carl Lerche
c25ea78ec9
Bump version of a number of sub crates ( #414 )
...
This includes:
* tokio-codec (0.1.0)
* tokio-current-thread (0.1.0)
* tokio-fs (0.1.1)
* tokio-io (0.1.7)
* tokio-reactor (0.1.2)
* tokio-udp (0.1.1)
2018-06-13 10:24:56 -07:00
Rijenkii
c0747a5fc1
tokio-io: Fix the link to the repository ( #372 )
2018-05-22 15:28:28 -07:00
Stefan Bühler
b36a73059d
tokio-io: require bytes-0.4.7 for Buf::get_uint_be
2018-05-01 14:33:38 -07:00
Klaus Purer
a612736f54
fix(cargo): Bump dependencies so that Tokio compiles with minimal versions ( #258 )
2018-03-27 15:47:11 -07:00
Carl Lerche
9cffda59c9
Bump version to v0.1.4 ( #252 )
...
This also bumps:
* tokio-executor: v0.1.1
* tokio-reactor: v0.1.1
* tokio-threadpool: v0.1.1
2018-03-23 10:34:42 -07:00
Aaron Turon
d304791c0e
Simultaneous futures compat ( #172 )
...
This patch adds opt-in support for futures 0.2.
2018-03-13 13:57:35 -07:00
Carl Lerche
4d514b7eb3
Relicense Tokio exclusively under the MIT license. ( #215 )
...
This patch relicenses the Tokio project exclusively under the MIT
license. Before this, the project was dual licensed under MIT and Apache
2. As such, switching to only MIT is permitted.
Fixes #202
2018-03-09 20:07:09 -08:00
Carl Lerche
e18c23afa1
Bump tokio to v0.1.2 ( #201 )
...
This also bumps tokio-io to v0.1.6 and prepares for the initial release
of tokio-executor, tokio-reactor, and tokio-threadpool.
2018-03-08 20:15:51 -08:00
Carl Lerche
23bc9d20d3
Prepare for tokio 0.1 release ( #119 )
2018-02-07 13:28:29 -08:00
Carl Lerche
b9db119b45
Move tokio-io into the git repository. ( #96 )
...
The crates remain separate, but are now developed in the same git
repository using cargo workspaces.
This facilitates making coordinated changes.
2018-01-31 21:06:42 -08:00