Skip to content

Commit 723f055

Browse files
committed
zig: bump to 0.16.0 stable
1 parent 2c6d72a commit 723f055

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Special thanks is given to the [Rust-PSP team](https://github.com/overdrivenpota
1111

1212
## Requirements
1313

14-
- **Zig 0.16.0-dev** nightly (see `build.zig.zon` for the exact fingerprint)
14+
- **Zig 0.16.0**
1515

1616
No legacy PSPSDK or external C toolchain is required. All build tools (`zPRXGen`, `zSFOTool`, `zPBPTool`) are written in Zig and built automatically.
1717

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.name = .pspsdk,
33
.version = "0.7.0",
44
.fingerprint = 0xe2eb569bca619a05, // Changing this has security and trust implications.
5-
.minimum_zig_version = "0.16.0-dev.3028+a85495ca2",
5+
.minimum_zig_version = "0.16.0",
66
.dependencies = .{},
77
.paths = .{
88
"build.zig",

examples/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .psp_examples,
33
.version = "0.0.0",
4-
.minimum_zig_version = "0.16.0-dev.2682+02142a54d",
4+
.minimum_zig_version = "0.16.0",
55
.fingerprint = 0x7d0f0a7a1c0c1f7f,
66

77
.dependencies = .{

0 commit comments

Comments
 (0)