From 033a095f78768d063c4dc062e7b4fa1d28e60305 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 10 Jan 2025 22:50:53 +0530 Subject: [PATCH] chore(README): fix MSLV again, fr this time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d7bb9..75693dc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ print("Total size:", stats.totalSize, "bytes") ``` ## MSLV (Minimum Supported Luau Version) -This library requires at least Luau [0.601](https://github.com/luau-lang/luau/releases/tag/0.601). +This library requires at least Luau [0.629](https://github.com/luau-lang/luau/releases/tag/0.629) (specifically requires leading `|`, `buffer` built-in and `idiv` operator support). ## License This project is licensed under the [MIT] license.