Fix incorrect minimum Rust version

This commit is contained in:
fabianlindfors 2022-02-03 14:25:06 +01:00
parent 8b2efd9624
commit ef6fe64918
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ license = "MIT"
keywords = ["postgres", "migrations"]
edition = "2021"
authors = ["Fabian Lindfors"]
rust-version = "1.57"
rust-version = "1.58"
[dependencies]
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }

View File

@ -62,7 +62,7 @@ Binaries are available for macOS and Linux under [Releases](https://github.com/f
#### Cargo
Reshape can be installed using [Cargo](https://doc.rust-lang.org/cargo/) (requires Rust 1.57 or later):
Reshape can be installed using [Cargo](https://doc.rust-lang.org/cargo/) (requires Rust 1.58 or later):
```shell
cargo install reshape