Skip to content

Commit

Permalink
add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel committed Aug 22, 2024
1 parent 14f2c6a commit 763caa0
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 @@ -5,7 +5,7 @@

Fateful is a CLI tool for working with my homebrew CPU, F8ful.
It contains an [emulator](#emulator) and an [assembler](#assembler), as well as a full [test suite](#tests).
Fateful can be installed via [cargo](https://github.com/rust-lang/cargo):
Fateful can be installed via [cargo](https://github.com/rust-lang/cargo), but currently it does not compile on any version greater or equal to 1.80.0 as this update broke the `time` crate used by `shadow-rs`:
```bash
cargo install --git https://github.com/commonkestrel/fateful
```
Expand Down

0 comments on commit 763caa0

Please sign in to comment.