From bb5c460266037d09c7a61fd69d7f6fb146905089 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 10 Jan 2025 22:41:28 +0530 Subject: [PATCH] chore(README): fix inaccurate MSLV lacking buffer RFC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a6cb0..e4d7bb9 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.593](https://github.com/luau-lang/luau/releases/tag/0.593). +This library requires at least Luau [0.601](https://github.com/luau-lang/luau/releases/tag/0.601). ## License This project is licensed under the [MIT] license.