From 3e83f92532246c011e743e1d6f708837b36b042f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 3 Aug 2022 19:39:14 -0400 Subject: [PATCH] Update MSRV to 1.58.1 for format string capturing --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f4b3c56..cd36ef74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - rust_version: [stable, 1.57.0] + rust_version: [stable, 1.58.1] steps: - uses: actions/checkout@v3 diff --git a/Cargo.toml b/Cargo.toml index 008501d4..a5261e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rojo" version = "7.2.1" -rust-version = "1.57.0" +rust-version = "1.58.1" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" license = "MPL-2.0" diff --git a/README.md b/README.md index 414ddd74..fb318f3f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check out our [contribution guide](CONTRIBUTING.md) for detailed instructions fo Pull requests are welcome! -Rojo supports Rust 1.57.0 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has. +Rojo supports Rust 1.58.1 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has. ## License Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details. \ No newline at end of file