Skip to content

Commit 34f0abf

Browse files
committed
Bump luau version to 0.688
1 parent 37a6031 commit 34f0abf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
### Changed
1111
- **BREAKING**: Updated Zig toolchain requirement to version 0.15.1 ([#11](https://github.com/mxpv/luaz/issues/11))
1212
- `setCallbacks()` now explicitly clears unused callback pointers to null, fixing behavior when switching between different callback struct types
13+
- Updated Luau dependency from version 0.686 to [0.688](https://github.com/luau-lang/luau/releases/tag/0.688)
1314

1415
## [0.4.0] - 2025-08-17
1516

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.version = "0.4.0",
44
.dependencies = .{
55
.luau = .{
6-
.url = "git+https://github.com/luau-lang/luau.git#8863bfc950d52e9e7b468354d353ca43623da4f6",
7-
.hash = "N-V-__8AAL1RoQB6sHvjYcFOR1l7LzYzS9r7VhsiKfNlEN_1",
6+
.url = "git+https://github.com/luau-lang/luau.git?ref=0.688#0afee00064945abbeb6e6ef2b87633564c54e176",
7+
.hash = "N-V-__8AALMbowB3EFc1Kwh2LGjUSaGkhXveUY0s8TLW63vI",
88
},
99
},
1010

0 commit comments

Comments
 (0)