From ce96768f82ea09213b2e83738a53dd27781905a7 Mon Sep 17 00:00:00 2001 From: Micah Date: Mon, 2 Oct 2023 19:58:57 -0700 Subject: [PATCH] Remove mention of MSRV from README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e6ea64e5..c620e5af 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,5 @@ This project has unveiled a handful of interesting bugs and quirks in Roblox! - `Color3` properties not serialized as `Color3uint8` would have their colors mistakenly clamped in the XML place format. This was bad for properties on `Lighting`. - `ColorSequence`'s XML serialization contains an extra value per keypoint that was intended to be used as an envelope value, but was never implemented. -## Minimum Rust Version -rbx-dom supports Rust 1.63.0 and newer. Updating the minimum supported Rust version will only be done when necessary, but may happen as part of minor version bumps. - ## License rbx-dom is available under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.