From fee3561282f8f2651ea53ea301edcaebd67555c5 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Tue, 19 Sep 2017 16:17:48 -0700 Subject: [PATCH] Add temporary override for spin-rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b1a0c24a..f4012847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,6 @@ default-features = false default = [] live = [] multi_core = [] + +[replace] +"spin:0.4.5" = { git = "https://github.com/messense/spin-rs" } -- GitLab