Commit Graph

8 Commits

Author SHA1 Message Date
Rafał Harabień
d942cabd82 Fix Rust 1.24 build in Travis by fixing log version 2020-07-20 23:49:59 +02:00
Rafał Harabień
0676e40b25 Try to fix CI for old rustc versions by pinning cfg-if to 0.1.9
This should fix error: non-ident macro paths are experimental (see issue #35896)
2019-11-11 00:09:02 +01:00
Rafał Harabień
240fd01a9d Fix no_std build with "alloc" feature in Rust 1.29 and newer 2019-07-17 20:00:37 +02:00
Rafał Harabień
0a68d8f0d5 Fix the workaround for no_std build failure in travis 2019-06-20 02:41:08 +02:00
Rafał Harabień
44d01bb164 Work around no_std build failure in travis
Issue is caused by core_io crate requiring very old rustc which is not
compatible with byteorder create since version 1.3.
In crates depending on fatfs byteorder version can be overriden in
their Cargo.toml file.
2019-06-20 02:13:59 +02:00
Rafał
83b5971045
Enable warnings and backtrace in Travis CI build (#20) 2018-10-06 17:37:48 +02:00
Rafał Harabień
808d58dff7 Update Travis config and set 1.24 as minimal supported rustc version 2018-06-04 22:35:15 +02:00
Rafał Harabień
5f6f5921c1 Add Travis CI integration. 2017-09-27 14:21:01 +02:00