Skip to content

Commit 8ec4565

Browse files
authoredFeb 19, 2025··
Merge pull request #3 from BaldDemian/BaldDemian-patch-1
Add the requirement of rustc version in README.md
1 parent d2f4997 commit 8ec4565

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Complete the code and pass all tests!
2222
cargo test
2323
```
2424

25+
## Note
26+
27+
If you use MadSim v0.1.*, make sure your rustc version < 1.72.0 by running the following commands:
28+
```sh
29+
rustup install 1.70.0
30+
rustup default 1.70.0
31+
```
32+
2533
## Tips
2634

2735
To run a part of the tests or a specific test:

0 commit comments

Comments
 (0)
Please sign in to comment.