From beea1311bfdafe24c172c08e12e5bd26714f0a1a Mon Sep 17 00:00:00 2001 From: bunnie Date: Sun, 11 Jul 2021 02:09:46 +0800 Subject: [PATCH] redirect utralib to a stand-in for patching --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c9f1dc..c143f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,8 @@ rev="63d3d1f30736022e791deaacf4dd62c00b42fe2e" optional = true [dependencies.utralib] -path="../betrusted-soc/boot/utralib/" +version = "0.1.0" # this is bogus -- must be patched in the invoking build environment +#path="../betrusted-soc/boot/utralib/" optional = true [dependencies.engine25519-as]