mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-22 12:12:27 +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"]
|
||||
edition = "2021"
|
||||
authors = ["Fabian Lindfors"]
|
||||
rust-version = "1.57"
|
||||
rust-version = "1.58"
|
||||
|
||||
[dependencies]
|
||||
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user