From f3b06a87d26654ca65907a7277c667920bd359a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Fri, 5 Jul 2024 16:07:30 +0200 Subject: [PATCH] Fix template URL --- src/new.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new.rs b/src/new.rs index ba625b1..59344e0 100644 --- a/src/new.rs +++ b/src/new.rs @@ -18,7 +18,7 @@ pub struct Opts { } const PIP_MPU_TEMPLATE_PATH: &str = - "https://gitlab.univ-lille.fr/2xs/pip/pip-mpu-armv7-template.git"; + "https://gitlab.univ-lille.fr/2xs/pip/troll-template.git"; pub fn generate(opts: Opts) -> Result<()> { let crate_name = match opts.crate_name { -- GitLab