From c65c36d9869a9b58badb77f725581b1c72b74c08 Mon Sep 17 00:00:00 2001 From: varex83 Date: Wed, 18 Oct 2023 13:41:30 +0300 Subject: [PATCH 1/2] update .gitmodules --- .gitmodules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitmodules b/.gitmodules index 13dc7dce..dd284f92 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "api/cairo"] path = api/cairo url = https://github.com/starkware-libs/cairo.git + +[submodule "api/cairo_compilers/v2.1.1"] + path = api/cairo_compilers/v2.1.1 + url = https://github.com/starkware-libs/cairo-compiler.git + +[submodule "api/cairo_compilers/v2.1.2"] + path = api/cairo_compilers/v2.1.2 + url = https://github.com/starkware-libs/cairo-compiler.git \ No newline at end of file From 76cfb9e9fb902fe0d6ba84b5514f8f49d11b9708 Mon Sep 17 00:00:00 2001 From: varex83 Date: Wed, 18 Oct 2023 13:47:27 +0300 Subject: [PATCH 2/2] update .gitmodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index dd284f92..9a418033 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ [submodule "api/cairo_compilers/v2.1.1"] path = api/cairo_compilers/v2.1.1 - url = https://github.com/starkware-libs/cairo-compiler.git + url = https://github.com/starkware-libs/cairo.git -[submodule "api/cairo_compilers/v2.1.2"] - path = api/cairo_compilers/v2.1.2 - url = https://github.com/starkware-libs/cairo-compiler.git \ No newline at end of file +[submodule "api/cairo_compilers/v2.2.0"] + path = api/cairo_compilers/v2.2.0 + url = https://github.com/starkware-libs/cairo.git \ No newline at end of file