From 089f89aa08e419f049f4ce27e2463016f1b8a2eb Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 12 Sep 2022 19:33:35 -0400 Subject: [PATCH] Old commit disapeared.... Reapplied patch (#53) * Old commit disapeared.... Reapplied patch as branch --- implants/eldritch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/eldritch/Cargo.toml b/implants/eldritch/Cargo.toml index d59f78d6f..d1d9bfde3 100644 --- a/implants/eldritch/Cargo.toml +++ b/implants/eldritch/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -starlark = { git = "https://github.com/hulto/starlark-rust", rev = "f978ba1c3f406f58fe3e917a7e575e3920567468" } +starlark = { git = "https://github.com/hulto/starlark-rust", branch = "v0.6.0-hulto" } tempfile = "3.3.0" anyhow = "1.0.55" derive_more = "0.99.17"