From ef7cfb2dd651321fc4f64e71e97a5a98caaebc10 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 10 Jan 2018 23:19:14 +0100 Subject: [PATCH] Use owning-ref fork for now Until the PRs are merged --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f37437..1e5b273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ repository = "gyscos/Cursive" log = "0.4" maplit = "1.0.0" num = "0.1" -owning_ref = "0.3" +owning_ref = { git = "https://github.com/gyscos/owning-ref-rs" } toml = "0.4" unicode-segmentation = "1.0" unicode-width = "0.1"