Restore improperly tested dependency on rojo from rojo-test

This commit is contained in:
Lucien Greathouse
2020-05-20 11:56:34 -07:00
parent 9481fdd38d
commit ca5b8ab309
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1988,6 +1988,7 @@ dependencies = [
"paste", "paste",
"rbx_dom_weak", "rbx_dom_weak",
"reqwest", "reqwest",
"rojo",
"rojo-insta-ext", "rojo-insta-ext",
"serde", "serde",
"serde_json", "serde_json",

View File

@@ -23,4 +23,5 @@ serde_yaml = "0.8.9"
tempfile = "3.1.0" tempfile = "3.1.0"
walkdir = "2.2.9" walkdir = "2.2.9"
rojo = { path = ".." }
rojo-insta-ext = { path = "../rojo-insta-ext" } rojo-insta-ext = { path = "../rojo-insta-ext" }