From 4b0390c5f0e023200c22ff785798857cdc35aedd Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Sun, 11 Aug 2019 12:47:54 +0800
Subject: [PATCH] Makefile - Add a cargo update for good measure

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f347ea48..1c1e51c9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,3 +26,4 @@ UPDATE:
 	$(call fn_rustcmd,rustup) default $(RUSTUP_VER)
 	$(call fn_rustcmd,rustup) component add rust-src
 	$(CARGO) install xargo --git https://github.com/thepowersgang/xargo --force
+	cd Kernel && $(XARGO) update
-- 
GitLab