From b2d970903e48e59fa64e596fcfb2044fd49d31a9 Mon Sep 17 00:00:00 2001 From: Paul Jarrett Date: Mon, 27 Sep 2021 07:20:00 -0400 Subject: [PATCH] Remove gnat dependency. --- alire.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alire.toml b/alire.toml index 7a9b85d..9ffb077 100644 --- a/alire.toml +++ b/alire.toml @@ -33,7 +33,7 @@ trendy_terminal = "~0.0.2" # Added by alr # For concurrent local development with trendy terminal #trendy_terminal = { path='../trendy_terminal' } # Added by alr # To be used for CI -trendy_terminal = { url = "https://github.com/pyjarrett/trendy_terminal.git", branch="main" } +#trendy_terminal = { url = "https://github.com/pyjarrett/trendy_terminal.git", branch="main" } [[depends-on]] # Added by alr gnat_native = "=10.3.1" # Added by alr [[depends-on]] # Added by alr