From ca5b8ab3098372f72129c24082dba2341d6e3f31 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 20 May 2020 11:56:34 -0700 Subject: [PATCH] Restore improperly tested dependency on rojo from rojo-test --- Cargo.lock | 1 + rojo-test/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 430df8b1..73faed7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1988,6 +1988,7 @@ dependencies = [ "paste", "rbx_dom_weak", "reqwest", + "rojo", "rojo-insta-ext", "serde", "serde_json", diff --git a/rojo-test/Cargo.toml b/rojo-test/Cargo.toml index e73f2445..39d91393 100644 --- a/rojo-test/Cargo.toml +++ b/rojo-test/Cargo.toml @@ -23,4 +23,5 @@ serde_yaml = "0.8.9" tempfile = "3.1.0" walkdir = "2.2.9" +rojo = { path = ".." } rojo-insta-ext = { path = "../rojo-insta-ext" }