Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 1b73ef2

Browse files
committed
Update version in README and MSRV
1 parent 940b086 commit 1b73ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Remodel can be installed with Foreman, a toolchain manager for Roblox projects:
2222

2323
```toml
2424
[tools]
25-
remodel = { source = "rojo-rbx/remodel", version = "0.9.1" }
25+
remodel = { source = "rojo-rbx/remodel", version = "0.10.0" }
2626
```
2727

2828
### From GitHub Releases
2929
You can download pre-built binaries from [Remodel's GitHub Releases page](https://github.com/rojo-rbx/remodel/releases).
3030

3131
### From crates.io
32-
You'll need Rust 1.53.0 or newer.
32+
You'll need Rust 1.56.0 or newer.
3333

3434
```bash
3535
cargo install remodel

0 commit comments

Comments
 (0)