From ff374dc6c9a68be14ab5e315ef03d2d7e854a6b0 Mon Sep 17 00:00:00 2001 From: xjd Date: Fri, 10 May 2024 13:47:51 +0800 Subject: [PATCH] Fix cross commit The default cross requires very new Rust version: error: cannot install package `cross 0.2.5`, it requires rustc 1.77.2 or newer, while the currently active rustc version is 1.75.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2b29f..ee0779d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The following must be installed and available to use Capsule. - cross. Capsule uses `cross` to build rust contracts. Install with ```command -$ cargo install cross --git https://github.com/cross-rs/cross +$ cargo install cross --git https://github.com/cross-rs/cross --rev=6982b6c ``` Note: All commands must be accessible in the `PATH` in order for them to be used by Capsule.