From a0ff612dd29382fc59aa5d9d1ae92e826635ba33 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:34:44 +0300 Subject: [PATCH] fix: update lang dependencies --- src/compiler/proj.txt | 2 +- src/lang/proj.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/proj.txt b/src/compiler/proj.txt index c0def46..b181367 100644 --- a/src/compiler/proj.txt +++ b/src/compiler/proj.txt @@ -1,2 +1,2 @@ compiler -utils \ No newline at end of file +utils, lang \ No newline at end of file diff --git a/src/lang/proj.txt b/src/lang/proj.txt index e45037f..3151a2d 100644 --- a/src/lang/proj.txt +++ b/src/lang/proj.txt @@ -1,2 +1,2 @@ lang -core \ No newline at end of file +utils \ No newline at end of file