Skip to content

Commit

Permalink
Fix cross commit
Browse files Browse the repository at this point in the history
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
  • Loading branch information
XuJiandong committed May 10, 2024
1 parent a56e721 commit ff374dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff374dc

Please sign in to comment.