mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-25 19:47:05 +03:00
Fix incorrect minimum Rust version
This commit is contained in:
parent
8b2efd9624
commit
ef6fe64918
@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
keywords = ["postgres", "migrations"]
|
keywords = ["postgres", "migrations"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Fabian Lindfors"]
|
authors = ["Fabian Lindfors"]
|
||||||
rust-version = "1.57"
|
rust-version = "1.58"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
|
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
|
||||||
|
@ -62,7 +62,7 @@ Binaries are available for macOS and Linux under [Releases](https://github.com/f
|
|||||||
|
|
||||||
#### Cargo
|
#### 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
|
```shell
|
||||||
cargo install reshape
|
cargo install reshape
|
||||||
|
Loading…
Reference in New Issue
Block a user