From 38c2f2fee156b188b08f632568b0ce8b444f2850 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 25 Feb 2016 18:50:23 +0100 Subject: Fix pub uses --- base/Cargo.toml | 2 +- base/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'base') diff --git a/base/Cargo.toml b/base/Cargo.toml index 0f124bf..541de02 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilc-base" -version = "0.1.0" +version = "0.1.2" description = "IRC log converter/collector/cruncher" homepage = "https://github.com/tilpner/ilc" license = "Apache-2.0" diff --git a/base/src/lib.rs b/base/src/lib.rs index 44f6110..1f56dcd 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![feature(slice_patterns)] extern crate chrono; #[macro_use] extern crate log; -- cgit v1.2.3