Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psx: Updates to panic info for 1.81.0 (~Jun 2024) #31

Merged
merged 3 commits into from
Aug 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update README to latest nightly build (> 0.81.0)
  • Loading branch information
hornc committed Aug 25, 2024
commit b760e45c2d65fa1a7514684e5bbba56183a644d2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

This is a basic SDK to run custom Rust code on a PlayStation 1. It works with
Rust nightly version equal to or later than `2022-11-04`. Use
Rust nightly version equal to or later than `2024-08-23`. Use
[`rustup`](https://www.rust-lang.org/) to install the rust toolchain as follows.

```
Expand Down
Loading