From fc0056a30577a0d40565742d777903faff3adee1 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 2 Jan 2016 16:16:46 +0100 Subject: [PATCH] Bump Tendril to 0.1.6 People stuck on 0.1.5 and lower with a Cargo.lock file get a compile error about using the core_intrinsics feature. --- Cargo.toml | 2 +- capi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f94faec5..88ad95ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0" phf = "0.7" string_cache = "0.2.0" mac = "0" -tendril = "0.1.3" +tendril = "0.1.6" rc = "0.1.1" heapsize = { version = "0.1.1", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } diff --git a/capi/Cargo.toml b/capi/Cargo.toml index e73c7544..6acabe59 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] libc = "0.2" string_cache = "0.2" -tendril = "0.1" +tendril = "0.1.6" [dependencies.html5ever] path = "../"