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

Commit

Permalink
Update version in README and MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 13, 2022
1 parent 940b086 commit 1b73ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b73ef2

Please sign in to comment.