ihrwein / actiondb

A safe and efficient unstructured text (log) parsing library.
https://github.com/ihrwein/actiondb
21 stars 5 forks source link

Re-enable builds on stable Rust #103

Closed ihrwein closed 8 years ago

ihrwein commented 8 years ago

We use a method from Rust 1.9: is_char_boundary(): [1] It's in the current stable release, so we can re-enable it in Travis.

[1] http://doc.rust-lang.org/stable/std/primitive.str.html#method.is_char_boundary

Signed-off-by: Tibor Benke tibor.benke@balabit.com

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 6534e75fb65dac45ec0e5dfb7823848e28ca8241 on reenable-stable-build-in-travis into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 6534e75fb65dac45ec0e5dfb7823848e28ca8241 on reenable-stable-build-in-travis into \ on master**.

MrAnno commented 8 years ago

:+1: