From 1b73ef27b5df0947e41f3280394192d33f67a1ec Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 13 Jun 2022 17:59:15 -0400 Subject: [PATCH] Update version in README and MSRV --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77fc93c..b85ac51 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ Remodel can be installed with Foreman, a toolchain manager for Roblox projects: ```toml [tools] -remodel = { source = "rojo-rbx/remodel", version = "0.9.1" } +remodel = { source = "rojo-rbx/remodel", version = "0.10.0" } ``` ### From GitHub Releases You can download pre-built binaries from [Remodel's GitHub Releases page](https://github.com/rojo-rbx/remodel/releases). ### From crates.io -You'll need Rust 1.53.0 or newer. +You'll need Rust 1.56.0 or newer. ```bash cargo install remodel