Skip to content

Commit

Permalink
MSRV = 1.63.0... apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 12, 2023
1 parent 0d491d0 commit a878a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [stable, "1.60.0"]
rust_version: [stable, "1.63.0"]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This project has unveiled a handful of interesting bugs and quirks in Roblox!
- `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.60.0 and newer. Updating the minimum supported Rust version will only be done when necessary, but may happen as part of minor version bumps.
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.

0 comments on commit a878a1f

Please sign in to comment.