Commit Graph

8 Commits

Author SHA1 Message Date
whitequark 6cc2d494ca Travis: require build on stable Rust to succeed. 2017-06-29 16:09:01 +00:00
Egor Karavaev 59fc0c0358 Factor out the "raw_socket" and "tap_interface" features
This makes it possible to build smoltcp with the "std" feature on platforms
without libc, such as redox.
2017-06-15 10:12:11 +00:00
whitequark 493a319132 Remove the `use_` prefix from feature names.
I haven't realized that a feature `log` with an optional crate
dependency `log` activates that dependency, and added the prefix
to avoid a "clash". This is unnecessary.
2017-03-05 05:49:38 +00:00
whitequark a070429e2c Travis: don't build tests without the std feature.
Neither tests nor examples work without the library being built
with std.
2017-03-05 05:34:24 +00:00
whitequark 4ef94b4e61 Travis: run tests, not just build. 2017-01-31 11:13:28 +00:00
whitequark 20e7ba7cf3 Test various combinations of features. 2017-01-22 20:11:36 +00:00
whitequark 1fe5c5f4a4 We don't build on stable... yet. 2016-12-28 00:23:28 +00:00
whitequark 19e6ab5619 Add Travis CI configuration. 2016-12-28 00:14:45 +00:00