From 89a450a88628ec3b86273f261b2d8d1ca9b1522b Mon Sep 17 00:00:00 2001 From: kongtaoxing <69096526+kongtaoxing@users.noreply.github.com> Date: Wed, 28 Feb 2024 05:43:31 +0800 Subject: [PATCH] fix: scarb version (#926) --- docs/modules/ROOT/pages/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index d34b0f6c2..4fa017209 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -20,9 +20,9 @@ before proceeding, and run the following command to check that the installation ---- $ scarb --version -scarb 2.3.1 (0c8def3aa 2023-10-31) -cairo: 2.3.1 (https://crates.io/crates/cairo-lang-compiler/2.3.1) -sierra: 1.3.0 +scarb 2.4.1 (c93ee6249 2023-12-21) +cairo: 2.4.1 (https://crates.io/crates/cairo-lang-compiler/2.4.1) +sierra: 1.4.0 ---- === Set up your project