chore(README): fix MSLV again, fr this time

This commit is contained in:
Erica Marigold 2025-01-10 22:50:53 +05:30 committed by GitHub
parent bb5c460266
commit 033a095f78
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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.