From 3e996c198f443f9ef2aff29d22b487b4bf404d11 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 22 Sep 2018 22:22:54 -0700 Subject: [PATCH] Remove the scroll 0.9.0 dependency. Scroll 0.9.2 is now published which fixes the issue in 0.9.1, so we can drop our fixed dependency on 0.9.0. --- lib/faerie/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/faerie/Cargo.toml b/lib/faerie/Cargo.toml index 9d57533e20..b19c5c1775 100644 --- a/lib/faerie/Cargo.toml +++ b/lib/faerie/Cargo.toml @@ -16,12 +16,6 @@ goblin = "0.0.17" failure = "0.1.2" target-lexicon = "0.0.3" -# Temporarily depend on 0.9.0 since 0.9.1 uses i128 which isn't -# supported in Rust 1.25.0. And scroll 0.9.0 doesn't work with -# scroll_derive 0.9.5. See https://github.com/m4b/scroll/issues/40 . -scroll = { version = "=0.9.0", default-features = false } -scroll_derive = { version = "=0.9.4", default-features = false } - [badges] maintenance = { status = "experimental" } travis-ci = { repository = "CraneStation/cranelift" }